summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html
diff options
context:
space:
mode:
authorSarah Abouzainah <sarah.abouzainah@Sarahs-MacBook-Pro.local>2020-04-10 14:54:02 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-04-12 09:37:16 +0200
commitc8e345bdd14cfdb8b676b61db9122ea03dfecf5b (patch)
tree4e641ad1e245d806189378338a557f65bcbdba77 /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html
parentefb012bfb4f951ed2619baecdfcfa4b412dfb71d (diff)
Merge live repo with design changes ccsdk-2309
Issue-ID: CCSDK-2309 Change-Id: Iba91eebc5880a930842e66fa97d20441c52e347b Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html
index e5ebc315a..07c192d2c 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html
@@ -1,6 +1,6 @@
<div class="dropdown packagesFilter w-100">
<input class="dropdown-toggle" type="text">
- <div class="dropdown-text">{{checkBoxTages.substr(0,checkBoxTages.length-1)}}</div>
+ <div class="dropdown-text">Filter By Tags {{checkBoxTages.substr(0,checkBoxTages.length-1)}}</div>
<ul class="dropdown-content w-100">
<li>
<div class="form-group">
@@ -13,6 +13,6 @@
<label class="custom-control-label" for={{tag}}>{{tag}}</label>
</div>
</li>
+ <li class="reset-filter"><a href="">Reset filter</a></li>
</ul>
</div>
-