mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #31378 from nextcloud/fix/31237/new-button-UserList
use new button component UserList
This commit is contained in:
commit
ae79c0cc1c
5 changed files with 13 additions and 12 deletions
|
|
@ -142,12 +142,12 @@
|
|||
<div v-if="showConfig.showUserBackend" class="userBackend" />
|
||||
<div v-if="showConfig.showLastLogin" class="lastLogin" />
|
||||
<div class="user-actions">
|
||||
<button id="newsubmit"
|
||||
class="button primary"
|
||||
type="submit"
|
||||
<Button id="newsubmit"
|
||||
type="primary"
|
||||
native-type="submit"
|
||||
value="">
|
||||
{{ t('settings', 'Add a new user') }}
|
||||
</button>
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
</Modal>
|
||||
|
|
@ -234,8 +234,8 @@
|
|||
import { subscribe, unsubscribe } from '@nextcloud/event-bus'
|
||||
import InfiniteLoading from 'vue-infinite-loading'
|
||||
import Vue from 'vue'
|
||||
import { Modal } from '@nextcloud/vue'
|
||||
|
||||
import Modal from '@nextcloud/vue/dist/Components/Modal'
|
||||
import Button from '@nextcloud/vue/dist/Components/Button'
|
||||
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
|
||||
|
||||
import userRow from './UserList/UserRow'
|
||||
|
|
@ -269,6 +269,7 @@ export default {
|
|||
userRow,
|
||||
Multiselect,
|
||||
InfiniteLoading,
|
||||
Button,
|
||||
},
|
||||
props: {
|
||||
users: {
|
||||
|
|
|
|||
4
dist/settings-users-351.js
vendored
4
dist/settings-users-351.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-users-351.js.map
vendored
2
dist/settings-users-351.js.map
vendored
File diff suppressed because one or more lines are too long
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