IncludeHeaderUps.txt 489 B

12345678910111213141516171819202122
  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}%
  17. %INCLUDE{IncludeFindUpsClient}%