diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-09 09:43:26 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 2b87580fc132872266c07b76455192539953b697 (patch) | |
tree | 2a0f5e591aaa84a5dc2b76d52826f031fbb52c5b /src/templates/main.template.html | |
parent | 29051c70c53999fa9beec83fbd09ec17fd244539 (diff) |
FUNCT Add date & time configuration as mockup
Diffstat (limited to 'src/templates/main.template.html')
-rw-r--r-- | src/templates/main.template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/main.template.html b/src/templates/main.template.html index f121092..b030710 100644 --- a/src/templates/main.template.html +++ b/src/templates/main.template.html @@ -6,7 +6,7 @@ <div class="col-1"> <i class="fa fa-clock"></i> </div> - <div class="col-9"> + <div class="col-9" onclick="window.date.show()"> Date & Time </div> <div class="col-2 text-right"> |