diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-05 13:21:52 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 29051c70c53999fa9beec83fbd09ec17fd244539 (patch) | |
tree | bc415bcd242f1d4add1a598a8f0d18070a8d2467 /src/templates/main.template.html | |
parent | adf54e211279a4efd6231b3396fbb28c7267258c (diff) |
FUNCT Added wired connection information
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 e37c935..f121092 100644 --- a/src/templates/main.template.html +++ b/src/templates/main.template.html @@ -49,7 +49,7 @@ <div class="col-1"> <i class="fas fa-network-wired"></i> </div> - <div class="col-9"> + <div class="col-9" onclick="window.wired.show()"> Wired </div> <div class="col-2 text-right"> |