Remove developerMode toggle in token ui

This commit is contained in:
Johannes Zellner
2017-01-29 10:26:14 -08:00
parent 93bab552c9
commit 4be1f4dd73
4 changed files with 9 additions and 109 deletions

View File

@@ -260,7 +260,7 @@
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'project' }" category="project"><i class="fa fa-line-chart"></i> Project Management</a>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'wiki' }" category="wiki"><i class="fa fa-wikipedia-w"></i> Wiki</a>
<br/>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'testing' }" category="testing" ng-show="false && config.developerMode">Testing</a>
<!-- <a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'testing' }" category="testing" ng-show="config.developerMode">Testing</a> -->
<br/>
<br/>
<br/>