adding back fa- to icons so can more easily find them in code and removing helper function that added fa- automatically
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "file-archive",
|
||||
icon: "fa-file-archive",
|
||||
title: window.$gz.translation.get("Backup"),
|
||||
helpUrl: "form-ops-backup"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user