f9e6110f73
Adds support for creating app repos, viewing app repos and seeing the list of app repos in the Quay UI.
4 lines
No EOL
298 B
HTML
4 lines
No EOL
298 B
HTML
<span class="visibility-indicator-component-element" ng-class="{'public': $ctrl.repository.is_public, 'private': !$ctrl.repository.is_public}">
|
|
<span class="public" ng-if="$ctrl.repository.is_public">Public</span>
|
|
<span class="private" ng-if="!$ctrl.repository.is_public">Private</span>
|
|
</span> |