auth bugfix + licences
This commit is contained in:
0
public/views/authentications.hbs
Normal file
0
public/views/authentications.hbs
Normal file
@@ -56,10 +56,9 @@
|
||||
<li><hr></li>
|
||||
{{else}}
|
||||
{{#if this.authorized}}
|
||||
<li class="start-item {{#unless ../this.active}}unload{{/unless}}" data-active="{{#equaler ../this.active "&&" this.authorized}}true{{else}}false{{/equaler}}" data-appname="{{../this.name}}" data-appview="{{this.view}}" data-viewlabel="{{this.label}}">
|
||||
<li class="start-item {{#unless ../this.active}}unload{{/unless}}" {{#if this.description}}data-tooltip="{{this.description}}"{{/if}} data-active="{{#equaler ../this.active "&&" this.authorized}}true{{else}}false{{/equaler}}" data-appname="{{../this.name}}" data-appview="{{this.view}}" data-viewlabel="{{this.label}}">
|
||||
{{#if this.icon}}
|
||||
<img src="{{#if ../this.pluginPath}}/{{../this.name}}{{/if}}/images/{{this.icon}}" class="start-icon" />
|
||||
{{else}}
|
||||
{{/if}}
|
||||
<span>{{this.label}}</span>
|
||||
{{#if this.version}}<small>v{{this.version}}</small>{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user