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: "history",
|
||||
icon: "fa-history",
|
||||
title: window.$gz.translation.get("ServerLog"),
|
||||
helpUrl: "form-ops-log"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user