Archived
fix: More various fixes
Removes the internal IP, peers, and FQDN due to it not being useful Changes the productName in the package.json to be the actual "Vynte Connect" name
This commit is contained in:
-13
@@ -12,7 +12,6 @@
|
||||
<img class="logo-small" src="resources/VynteIcon.png" alt="">
|
||||
<div class="title-block">
|
||||
<div class="title">Vynte Connect</div>
|
||||
<div id="identity" class="identity">Vynte access</div>
|
||||
</div>
|
||||
<button id="refresh" class="icon-button" title="Refresh">↻</button>
|
||||
</header>
|
||||
@@ -41,18 +40,6 @@
|
||||
<span id="gateway-state" class="badge">Offline</span>
|
||||
</section>
|
||||
|
||||
<section id="stats" class="stats hidden">
|
||||
<div class="stat">
|
||||
<div class="label">Internal IP</div>
|
||||
<div id="ip" class="mono">Assigned</div>
|
||||
</div>
|
||||
<div class="divider"></div>
|
||||
<div class="stat">
|
||||
<div class="label">Peers</div>
|
||||
<div id="peers" class="mono">0/0</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
<button id="auto" class="chip">
|
||||
<span>⚡</span>
|
||||
|
||||
Reference in New Issue
Block a user