Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
commit
ac2b04d117
|
@ -45,8 +45,9 @@ export default class Modules {
|
||||||
const translatedNameB = this.$translate.instant(b.name);
|
const translatedNameB = this.$translate.instant(b.name);
|
||||||
return translatedNameA.localeCompare(translatedNameB);
|
return translatedNameA.localeCompare(translatedNameB);
|
||||||
});
|
});
|
||||||
|
this.modules = sortedModules;
|
||||||
|
|
||||||
return sortedModules;
|
return this.modules;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Modules.$inject = ['aclService', '$window', '$translate'];
|
Modules.$inject = ['aclService', '$window', '$translate'];
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<div>
|
<div>
|
||||||
<vn-icon icon="{{::mod.icon || 'photo'}}"></vn-icon>
|
<vn-icon icon="{{::mod.icon || 'photo'}}"></vn-icon>
|
||||||
</div>
|
</div>
|
||||||
<h4 ng-bind-html="::$ctrl.getModuleName(mod)"></h4>
|
<h4 ng-bind-html="$ctrl.getModuleName(mod)"></h4>
|
||||||
<span
|
<span
|
||||||
ng-show="::mod.keyBind"
|
ng-show="::mod.keyBind"
|
||||||
vn-tooltip="Ctrl + Alt + {{::mod.keyBind}}">
|
vn-tooltip="Ctrl + Alt + {{::mod.keyBind}}">
|
||||||
|
|
Loading…
Reference in New Issue