mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
policies notes
This commit is contained in:
parent
4653cbe44d
commit
1c111084d4
2 changed files with 11 additions and 6 deletions
|
|
@ -160,16 +160,21 @@ local function printDeviceProtocolsPage()
|
|||
<input type="hidden" name="csrf" value="]] print(ntop.getRandomCSRFValue()) print[[">
|
||||
<div id="]] print(table_id) print[["></div>
|
||||
<button class="btn btn-primary" style="float:right; margin-right:1em;" disabled="disabled" type="submit">]] print(i18n("save_settings")) print[[</button>
|
||||
</form>
|
||||
</form>]]
|
||||
|
||||
if ntop.isnEdge() then
|
||||
print[[
|
||||
<span>
|
||||
]] print(i18n("notes")) print[[
|
||||
<ul>
|
||||
<li>]]
|
||||
print(i18n("nedge.device_protocol_policy_has_higher_priority")) print[[
|
||||
</li>
|
||||
<li>]] print(i18n("nedge.device_protocol_policy_has_higher_priority")) print[[</li>
|
||||
<li>]] print(i18n("nedge.protocol_policy_has_higher_priority")) print[[</li>
|
||||
</ul>
|
||||
</span>
|
||||
]]
|
||||
end
|
||||
|
||||
print[[
|
||||
<script type="text/javascript">
|
||||
aysHandleForm("#]] print(form_id) print[[");
|
||||
$("#]] print(form_id) print[[").submit(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue