|
|
|
@ -356,8 +356,8 @@
|
|
|
|
|
<div class="form-group" style="margin-bottom: 0">
|
|
|
|
|
<div class="boxselector_wrapper">
|
|
|
|
|
<div ng-click="updateCategories(templates, state.filters.Type)">
|
|
|
|
|
<input type="radio" id="registry_quay" ng-model="state.filters.Type" value="stack">
|
|
|
|
|
<label for="registry_quay">
|
|
|
|
|
<input type="radio" id="template_stack" ng-model="state.filters.Type" value="stack">
|
|
|
|
|
<label for="template_stack">
|
|
|
|
|
<div class="boxselector_header">
|
|
|
|
|
<i class="fa fa-th-list" aria-hidden="true" style="margin-right: 2px;"></i>
|
|
|
|
|
Stack
|
|
|
|
@ -366,8 +366,8 @@
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-click="updateCategories(templates, state.filters.Type)">
|
|
|
|
|
<input type="radio" id="registry_custom" ng-model="state.filters.Type" value="container">
|
|
|
|
|
<label for="registry_custom">
|
|
|
|
|
<input type="radio" id="template_container" ng-model="state.filters.Type" value="container">
|
|
|
|
|
<label for="template_container">
|
|
|
|
|
<div class="boxselector_header">
|
|
|
|
|
<i class="fa fa-server" aria-hidden="true" style="margin-right: 2px;"></i>
|
|
|
|
|
Container
|
|
|
|
|