From 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 29 Jul 2018 16:13:45 +0300 Subject: re base code Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando --- .../src/app/view-models/catalog/catalog-view.html | 116 ++++++++++----------- 1 file changed, 55 insertions(+), 61 deletions(-) (limited to 'catalog-ui/src/app/view-models/catalog/catalog-view.html') diff --git a/catalog-ui/src/app/view-models/catalog/catalog-view.html b/catalog-ui/src/app/view-models/catalog/catalog-view.html index 76f23573a1..0546db3196 100644 --- a/catalog-ui/src/app/view-models/catalog/catalog-view.html +++ b/catalog-ui/src/app/view-models/catalog/catalog-view.html @@ -7,10 +7,31 @@
+
+
+ {{selectedCatalogItem.title}} +
+
 
+ +
+
+ {{leftSwitchItem.title}} +
+
+
+ - +
-
  • - + sdc-checked-change="gui.onComponentTypeClick(type, checked)" + text="{{type}}">
    • - + sdc-checked-change="gui.onComponentSubTypesClick(subType, type, checked)" + text="{{subType}}">
    @@ -59,33 +80,33 @@
  • - + text="{{category.name}}">
    • - + text="{{subcategory.name}}">
      • - + sdc-checked-change="gui.onCategoryClick(grouping, checked)" + text="{{grouping.name}}">
      @@ -112,15 +133,15 @@
    • + data-ng-repeat="(key, state) in confStatus"> - + sdc-checked-change="gui.onStatusClick(key, state, checked)" + text="{{state.name}}">
      -
  • @@ -134,66 +155,39 @@
    -
    - {{getNumOfElements((catalogFilterdItems| entityFilter:checkboxesFilter | filter:search).length)}} -
    +
    -    +       |    + ng-click="order('name|resourceName')" translate="SORT_ALPHABETICAL"> 
    -
    +
    - - -
    - -
    -
    {{component.getComponentSubType()}}
    -
    S
    -
    - -
    -
    -
    -
    - -
    - -
    - + + +
    - +
    - +
    -- cgit 1.2.3-korg