-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): move document status to the bottom
Signed-off-by: Max <[email protected]>
- Loading branch information
1 parent
70bff88
commit af40cfd
Showing
5 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
|
||
<template> | ||
<div id="resolve-conflicts" class="collision-resolve-dialog" :class="{'icon-loading': clicked }"> | ||
<NcButton :disabled="clicked" data-cy="resolveThisVersion" @click="resolveThisVersion"> | ||
<NcButton size="large" :disabled="clicked" data-cy="resolveThisVersion" @click="resolveThisVersion"> | ||
Check failure on line 8 in src/components/CollisionResolveDialog.vue
|
||
{{ t('text', 'Use current version') }} | ||
</NcButton> | ||
<NcButton :disabled="clicked" data-cy="resolveServerVersion" @click="resolveServerVersion"> | ||
<NcButton size="large" :disabled="clicked" data-cy="resolveServerVersion" @click="resolveServerVersion"> | ||
Check failure on line 11 in src/components/CollisionResolveDialog.vue
|
||
{{ t('text', 'Use the saved version') }} | ||
</NcButton> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters