Skip to content

Commit 10cd8fc

Browse files
committed
icons: remove unused icons and fix css
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 3c3f550 commit 10cd8fc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ui/src/components/page/GlobalHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<span v-else-if="$route.params.id">
2525
{{ $route.params.id }}
2626
<a-button shape="circle" type="dashed" size="small" v-clipboard:copy="$route.params.id">
27-
<a-icon type="copy" style="margin-left: 0px"/>
27+
<a-icon type="copy" style="margin-left: -1px; margin-top: 1px"/>
2828
</a-button>
2929
</span>
3030
<span v-else>{{ $t(tem.meta.title) }}</span>

ui/src/components/widgets/Breadcrumb.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<span v-else-if="$route.params.id">
1313
{{ $route.params.id }}
1414
<a-button shape="circle" type="dashed" size="small" v-clipboard:copy="$route.params.id">
15-
<a-icon type="copy" style="margin-left: 0px"/>
15+
<a-icon type="copy" style="margin-left: -1px; margin-top: 1px"/>
1616
</a-button>
1717
</span>
1818
<span v-else>{{ $t(item.meta.title) }}</span>

ui/src/core/ext.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
88
// import { far } from '@fortawesome/free-regular-svg-icons'
99

1010
import { faCentos, faUbuntu, faSuse, faRedhat, faFedora, faLinux, faFreebsd, faApple, faWindows, faJava } from '@fortawesome/free-brands-svg-icons'
11-
import { faLanguage, faMicrochip, faMemory, faDatabase, faEthernet, faCompactDisc } from '@fortawesome/free-solid-svg-icons'
11+
import { faLanguage, faCompactDisc } from '@fortawesome/free-solid-svg-icons'
1212

1313
library.add(faCentos, faUbuntu, faSuse, faRedhat, faFedora, faLinux, faFreebsd, faApple, faWindows, faJava)
14-
library.add(faLanguage, faMicrochip, faMemory, faDatabase, faEthernet, faCompactDisc)
14+
library.add(faLanguage, faCompactDisc)
1515

1616
Vue.component('font-awesome-icon', FontAwesomeIcon)

0 commit comments

Comments
 (0)