add basic repository support
This commit is contained in:
@@ -354,6 +354,11 @@
|
||||
|
||||
<div ng-show="ready && validSubscription" class="ng-cloak appstore-toolbar">
|
||||
<div class="appstore-toolbar-content">
|
||||
<div>
|
||||
<button class="btn btn-primary" type="button" ng-click="setRepository('core')">Core</button>
|
||||
<button class="btn btn-outline" type="button" ng-click="setRepository('community')">Community</button>
|
||||
</div>
|
||||
|
||||
<button class="btn" type="button" ng-click="showCategory('');" ng-class="{ 'btn-primary': '' === category }">{{ 'appstore.category.all' | tr }}</button>
|
||||
<button class="btn" type="button" ng-click="showCategory('new');" ng-class="{ 'btn-primary': 'new' === category }">{{ 'appstore.category.newApps' | tr }}</button>
|
||||
<div class="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user