summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-07-01 12:25:40 +0200
committerHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-07-01 12:25:40 +0200
commitc5ca28a5850864cdc5ccc6d58497b9975f6954d9 (patch)
tree3e54fe341b0227a374327d384009ca82006784d3 /src/index.html
parente5b45e034eb954c10bc545f72e7e0c986c1e3fd1 (diff)
FUNCT Change icon when click on item
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 1e9b49e..0dba1ce 100644
--- a/src/index.html
+++ b/src/index.html
@@ -9,7 +9,8 @@
<div id="AppContainer" class="parent">
<script id="item-template" type="x-tmpl-mustache">
<a href="#" class="item" id="app-{{id}}" app-id="{{ id }}" onclick="window.launch(this);" style="display:none">
- <img id="icon-{{id}}" class="icon" src="/images/icons/blank_inactive.svg">
+ <img id="icon-inactive-{{id}}" class="icon inactive" src="/images/icons/blank_inactive.svg">
+ <img id="icon-enabled-{{id}}" class="icon enabled" src="/images/icons/blank_active.svg">
<div class="name">
{{ name }}
</div>