mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
fix(editor): Use project diagram icon for worker view (#7764)
Swap monster truck for project diagram icon
This commit is contained in:
parent
4f307646f3
commit
ff0b6511f7
|
@ -119,7 +119,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings-workersview',
|
id: 'settings-workersview',
|
||||||
icon: 'truck-monster',
|
icon: 'project-diagram',
|
||||||
label: this.$locale.baseText('mainSidebar.workersView'),
|
label: this.$locale.baseText('mainSidebar.workersView'),
|
||||||
position: 'top',
|
position: 'top',
|
||||||
available:
|
available:
|
||||||
|
|
|
@ -130,7 +130,6 @@ import {
|
||||||
faTerminal,
|
faTerminal,
|
||||||
faThLarge,
|
faThLarge,
|
||||||
faThumbtack,
|
faThumbtack,
|
||||||
faTruckMonster,
|
|
||||||
faTimes,
|
faTimes,
|
||||||
faTimesCircle,
|
faTimesCircle,
|
||||||
faToolbox,
|
faToolbox,
|
||||||
|
@ -316,7 +315,6 @@ export const FontAwesomePlugin: Plugin<{}> = {
|
||||||
addIcon(faGem);
|
addIcon(faGem);
|
||||||
addIcon(faXmark);
|
addIcon(faXmark);
|
||||||
addIcon(faDownload);
|
addIcon(faDownload);
|
||||||
addIcon(faTruckMonster);
|
|
||||||
|
|
||||||
app.component('font-awesome-icon', FontAwesomeIcon);
|
app.component('font-awesome-icon', FontAwesomeIcon);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue