mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-26 14:27:24 +00:00
Rename 'Node Colors' tab to 'Colors' — covers nodes + packet types
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
var tabs = [
|
||||
{ id: 'branding', label: '🏷️', title: 'Branding' },
|
||||
{ id: 'theme', label: '🎨', title: 'Theme Colors' },
|
||||
{ id: 'nodes', label: '📡', title: 'Node Colors' },
|
||||
{ id: 'nodes', label: '🎯', title: 'Colors' },
|
||||
{ id: 'home', label: '🏠', title: 'Home Page' },
|
||||
{ id: 'export', label: '📤', title: 'Export / Save' }
|
||||
];
|
||||
|
||||
@@ -101,6 +101,6 @@
|
||||
<script src="observer-detail.js?v=1774219440" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="node-analytics.js?v=1774126708" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="perf.js?v=1773985649" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="customize.js?v=1774229754" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
<script src="customize.js?v=1774231619" onerror="console.error('Failed to load:', this.src)"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user