use new button component

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/31378/head
Vanessa Pertsch 4 years ago committed by nextcloud-command
parent 4e96db8608
commit c1dfd6f784
  1. 13
      apps/settings/src/components/UserList.vue
  2. 4
      dist/settings-users-351.js
  3. 2
      dist/settings-users-351.js.map
  4. 4
      dist/settings-vue-settings-apps-users-management.js
  5. 2
      dist/settings-vue-settings-apps-users-management.js.map

@ -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: {

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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save