File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
src/components/DaemonConfig Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import NcModal from '@nextcloud/vue/dist/Components/NcModal.js'
4545import NcCheckboxRadioSwitch from ' @nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
4646import NcLoadingIcon from ' @nextcloud/vue/dist/Components/NcLoadingIcon.js'
4747import Cancel from ' vue-material-design-icons/Cancel.vue'
48- import Delete from ' vue-material-design-icons/Delete .vue'
48+ import TrashCanOutline from ' vue-material-design-icons/TrashCanOutline .vue'
4949
5050export default {
5151 name: ' ConfirmDaemonDeleteModal' ,
@@ -54,7 +54,7 @@ export default {
5454 NcCheckboxRadioSwitch,
5555 Cancel,
5656 NcLoadingIcon,
57- Delete ,
57+ TrashCanOutline ,
5858 NcButton,
5959 },
6060 props: {
Original file line number Diff line number Diff line change 3838 <NcActionButton :close-after-click =" true" @click =" showEditModal()" >
3939 {{ t('app_api', 'Edit') }}
4040 <template #icon >
41- <Pencil :size =" 20" />
41+ <PencilOutline :size =" 20" />
4242 </template >
4343 </NcActionButton >
4444 <NcActionButton icon =" icon-delete" :close-after-click =" true" @click =" deleteDaemonConfig()" >
@@ -93,7 +93,7 @@ import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
9393import NcLoadingIcon from ' @nextcloud/vue/dist/Components/NcLoadingIcon.js'
9494import CheckBold from ' vue-material-design-icons/CheckBold.vue'
9595import TestTube from ' vue-material-design-icons/TestTube.vue'
96- import Pencil from ' vue-material-design-icons/Pencil .vue'
96+ import PencilOutline from ' vue-material-design-icons/PencilOutline .vue'
9797import Docker from ' vue-material-design-icons/Docker.vue'
9898
9999import DaemonConfigDetailsModal from ' ./DaemonConfigDetailsModal.vue'
@@ -115,7 +115,7 @@ export default {
115115 DaemonTestDeploy,
116116 NcLoadingIcon,
117117 TestTube,
118- Pencil ,
118+ PencilOutline ,
119119 Docker,
120120 },
121121 props: {
Original file line number Diff line number Diff line change 5454 target =" _blank"
5555 style =" margin-right : 10px ;" >
5656 <template #icon >
57- <Download :size =" 20" />
57+ <TrayArrowDown :size =" 20" />
5858 </template >
5959 {{ t('app_api', 'Download ExApp logs') }}
6060 </NcButton >
6666 style =" margin-right : 10px ;"
6767 @click =" removeTestExApp" >
6868 <template #icon >
69- <TrashCan v-if =" !stoppingTest" :size =" 20" />
69+ <TrashCanOutline v-if =" !stoppingTest" :size =" 20" />
7070 <NcLoadingIcon v-else :size =" 20" />
7171 </template >
7272 </NcButton >
@@ -113,8 +113,8 @@ import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js'
113113import Check from ' vue-material-design-icons/Check.vue'
114114import StopIcon from ' vue-material-design-icons/Stop.vue'
115115import OpenInNew from ' vue-material-design-icons/OpenInNew.vue'
116- import Download from ' vue-material-design-icons/Download .vue'
117- import TrashCan from ' vue-material-design-icons/TrashCan .vue'
116+ import TrayArrowDown from ' vue-material-design-icons/TrayArrowDown .vue'
117+ import TrashCanOutline from ' vue-material-design-icons/TrashCanOutline .vue'
118118
119119export default {
120120 name: ' DaemonTestDeploy' ,
@@ -126,8 +126,8 @@ export default {
126126 Check,
127127 StopIcon,
128128 OpenInNew,
129- Download ,
130- TrashCan ,
129+ TrayArrowDown ,
130+ TrashCanOutline ,
131131 },
132132 props: {
133133 show: {
Original file line number Diff line number Diff line change 1515
1616<script >
1717import NcButton from ' @nextcloud/vue/dist/Components/NcButton.js'
18- import Tooltip from ' @nextcloud/vue/dist/Directives/Tooltip .js'
19- import Warning from ' vue-material-design-icons/Alert .vue'
20- import Information from ' vue-material-design-icons/Information .vue'
18+ import Tooltip from ' @nextcloud/vue/dist/Directives/TooltipOutline .js'
19+ import Warning from ' vue-material-design-icons/AlertOutline .vue'
20+ import Information from ' vue-material-design-icons/InformationOutline .vue'
2121
2222export default {
2323 name: ' InfoTooltip' ,
You can’t perform that action at this time.
0 commit comments