1
0

IncludeHeaderUps.txt 456 B

1234567891011121314151617181920
  1. %INCLUDE{IncludeShowStat}%
  2. ---++ Hardware
  3. <div id="container1"></div>
  4. <script type="text/javascript">
  5. $(function() {
  6. $("#container1").load("%SCRIPTURLPATH{"rest"}%/RenderPlugin/tag",
  7. { name: 'UpsINFO',
  8. param: '%FORMFIELD{"DeviceIP" topic="%BASETOPIC%"}%',
  9. community: '%FORMFIELD{"Community" topic="%BASETOPIC%"}%',
  10. topic: '%BASEWEB%.%BASETOPIC%',
  11. web: '%BASEWEB%',
  12. render: true }
  13. );
  14. });
  15. </script>
  16. %INCLUDE{IncludeNetDevCommon}%