Fix JavaScript function name mismatch and add simplified_protocol_mapping.js
This commit is contained in:
parent
a12cfd2a3e
commit
6e23e757e1
|
|
@ -634,7 +634,7 @@ DASHBOARD_HTML = """
|
||||||
<h3>Protocol Mappings</h3>
|
<h3>Protocol Mappings</h3>
|
||||||
<div class="action-buttons">
|
<div class="action-buttons">
|
||||||
<button onclick="loadAllSignals()">Refresh Mappings</button>
|
<button onclick="loadAllSignals()">Refresh Mappings</button>
|
||||||
<button onclick="showAddMappingModal()" style="background: #28a745;">Add New Mapping</button>
|
<button onclick="showAddSignalModal()" style="background: #28a745;">Add New Mapping</button>
|
||||||
<button onclick="exportProtocolMappings()">Export to CSV</button>
|
<button onclick="exportProtocolMappings()">Export to CSV</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -825,6 +825,7 @@ DASHBOARD_HTML = """
|
||||||
|
|
||||||
<script src="/static/dashboard.js"></script>
|
<script src="/static/dashboard.js"></script>
|
||||||
<script src="/static/protocol_mapping.js"></script>
|
<script src="/static/protocol_mapping.js"></script>
|
||||||
|
<script src="/static/simplified_protocol_mapping.js"></script>
|
||||||
<script src="/static/discovery.js"></script>
|
<script src="/static/discovery.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue