fix(client): Fix icon
This commit is contained in:
		
							parent
							
								
									3c66990263
								
							
						
					
					
						commit
						320352bf4b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -29,7 +29,7 @@ | |||
| import Vue from 'vue'; | ||||
| import * as XDraggable from 'vuedraggable'; | ||||
| import { v4 as uuid } from 'uuid'; | ||||
| import { faWindowMaximize, faTimes } from '@fortawesome/free-solid-svg-icons'; | ||||
| import { faWindowMaximize, faTimes, faCog } from '@fortawesome/free-solid-svg-icons'; | ||||
| import XColumn from './column.vue'; | ||||
| import { widgets } from '../../widgets'; | ||||
| 
 | ||||
|  | @ -62,7 +62,7 @@ export default Vue.extend({ | |||
| 
 | ||||
| 	created() { | ||||
| 		this.menu = [{ | ||||
| 			icon: 'cog', | ||||
| 			icon: faCog, | ||||
| 			text: this.$t('edit'), | ||||
| 			action: () => { | ||||
| 				this.edit = !this.edit; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue