DefaultWlcTemplate.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---+ Wireless Controller %FORMFIELD{"DnsName" topic="%BASETOPIC%"}%
  2. %INCLUDE{IncludeHeaderNetDev}%
  3. ---++ Список клиентов (Huawei)
  4. <div id="container1"></div>
  5. <script type="text/javascript">
  6. $(function() {
  7. $("#container1").load("%SCRIPTURLPATH{"rest"}%/RenderPlugin/tag",
  8. { name: 'WlcINFO',
  9. host: '%FORMFIELD{"DeviceIP" topic="%BASETOPIC%"}%',
  10. community: '%FORMFIELD{"Community" topic="%BASETOPIC%"}%',
  11. topic: '%BASEWEB%.%BASETOPIC%',
  12. web: '%BASEWEB%',
  13. render: true }
  14. );
  15. });
  16. </script>
  17. ---++ Список клиентов (Mikrotik)
  18. <div id="container1"></div>
  19. <script type="text/javascript">
  20. $(function() {
  21. $("#container1").load("%SCRIPTURLPATH{"rest"}%/RenderPlugin/tag",
  22. { name: 'CapsManINFO',
  23. host: '%FORMFIELD{"DeviceIP" topic="%BASETOPIC%"}%',
  24. community: '%FORMFIELD{"Community" topic="%BASETOPIC%"}%',
  25. topic: '%BASEWEB%.%BASETOPIC%',
  26. web: '%BASEWEB%',
  27. render: true }
  28. );
  29. });
  30. </script>
  31. %INCLUDE{IncludeBottomNetDev}%
  32. %META:PREFERENCE{name="ALLOWTOPICCHANGE" title="ALLOWTOPICCHANGE" type="Set" value="AdminGroup"}%
  33. %META:PREFERENCE{name="PERMSET_CHANGE" title="PERMSET_CHANGE" type="Local" value="details"}%
  34. %META:PREFERENCE{name="PERMSET_CHANGE_DETAILS" title="PERMSET_CHANGE_DETAILS" type="Local" value="AdminGroup"}%