mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
use new button component
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
This commit is contained in:
parent
6da8a6d62a
commit
af5479467e
3 changed files with 9 additions and 6 deletions
|
|
@ -55,12 +55,12 @@
|
|||
</p>
|
||||
</template>
|
||||
<p>
|
||||
<button v-if="dirty"
|
||||
class="button primary"
|
||||
<Button v-if="dirty"
|
||||
type="primary"
|
||||
:disabled="loading"
|
||||
@click="saveChanges">
|
||||
{{ t('settings', 'Save changes') }}
|
||||
</button>
|
||||
</Button>
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -68,6 +68,8 @@
|
|||
<script>
|
||||
import axios from '@nextcloud/axios'
|
||||
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
|
||||
import Button from '@nextcloud/vue/dist/Components/Button'
|
||||
|
||||
import _ from 'lodash'
|
||||
import { generateUrl, generateOcsUrl } from '@nextcloud/router'
|
||||
|
||||
|
|
@ -75,6 +77,7 @@ export default {
|
|||
name: 'AdminTwoFactor',
|
||||
components: {
|
||||
Multiselect,
|
||||
Button,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
4
dist/settings-vue-settings-admin-security.js
vendored
4
dist/settings-vue-settings-admin-security.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue