Skip to content

Commit 46d6b6e

Browse files
committed
Update index.html
1 parent 86f31c7 commit 46d6b6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h2>📥 Firewall Config</h2>
533533

534534
<div class="controls">
535535
<button onclick="loadExample()">Reset All Configs</button>
536-
<!-- <button onclick="parseAndRender()">Parse Firewall</button> -->
536+
<button onclick="parseAndRender()">Parse Firewall</button>
537537
<input type="file" id="configFile" accept=".txt,.conf,.firewall" onchange="loadConfigFile(event)" />
538538
</div>
539539

@@ -593,7 +593,7 @@ <h3>Session Tools</h3>
593593
<div class="controls">
594594
<button onclick="exportDevicesJson()">Export Devices JSON</button>
595595
<button onclick="exportDevicesCsv()">Export Devices CSV</button>
596-
<button class="button-good" onclick="exportSessionJson()">Export Full Session JSON</button>
596+
<button class="button-warn" onclick="exportSessionJson()">Export Full Session JSON</button>
597597
<label class="file-label">
598598
Import Session / Devices
599599
<input type="file" accept=".json,.csv,.txt" onchange="importDataFile(event)" />

0 commit comments

Comments
 (0)