diff options
| author | Luiz Gustavo Monteiro <luizgu_mreis@hotmail.com> | 2025-11-04 19:51:37 -0300 |
|---|---|---|
| committer | Luiz Gustavo Monteiro <luizgu_mreis@hotmail.com> | 2025-11-04 19:51:37 -0300 |
| commit | 4f1a8970bf449351a520b5b085710eecf9a7272e (patch) | |
| tree | 648205d883578b04dd00a4281fda39d0b5b91ffb /frontend/index.html | |
| parent | 828101d5b5c0341ad3030d61ef61427e66a0c11c (diff) | |
| parent | 2a1b2fce7328d3fefee523440be7be20d93367a4 (diff) | |
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/iot-monitoring
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/index.html b/frontend/index.html index 237f2f7..8858836 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -70,9 +70,8 @@ <footer class="sidebar-footer"> <button id="toggleUpdatesBtn"> - <i class="fas fa-pause"></i> <span>Pausar</span> - </button> - <p>Status: <span id="statusText">Monitorando...</span></p> + <i class="fas fa-cog"></i> <span>Settings</span> + </button> </footer> </aside> |
