Agree on 'Add' for add buttons and icon for refresh buttons
This commit is contained in:
@@ -511,8 +511,8 @@ onMounted(async () => {
|
||||
</template>
|
||||
<template #right>
|
||||
<ButtonGroup>
|
||||
<Button icon="fa-solid fa-plus" :menu="createMenuModel">{{ $t('filemanager.toolbar.new') }}</Button>
|
||||
<Button icon="fa-solid fa-upload" :menu="uploadMenuModel">{{ $t('filemanager.toolbar.upload') }}</Button>
|
||||
<Button :menu="createMenuModel">{{ $t('filemanager.toolbar.new') }}</Button>
|
||||
<Button :menu="uploadMenuModel">{{ $t('filemanager.toolbar.upload') }}</Button>
|
||||
</ButtonGroup>
|
||||
|
||||
<Button style="margin: 0 20px;" v-tooltip="$t('filemanager.toolbar.restartApp')" secondary tool :loading="busyRestart" icon="fa-solid fa-arrows-rotate" @click="onRestartApp" v-show="resourceType === 'app'"/>
|
||||
|
||||
Reference in New Issue
Block a user