IncludeRackHeader.txt 598 B

123456789101112131415161718192021222324252627282930
  1. ---++ Список оборудования в стойке
  2. |*Name*|*Тип*|*Description*|
  3. %SEARCH{
  4. "Rack=~'%BASETOPIC%' or Parent=~'%BASETOPIC%' or Place=~'%BASETOPIC%'"
  5. web="Sovtest,Internet"
  6. topic="*"
  7. excludetopic="Rack*"
  8. type="query"
  9. nosearch="on"
  10. nototal="on"
  11. expandvariables="on"
  12. noheader="on"
  13. format="| [[$web.$topic][$formfield(Name)]] | $formfield(DeviceType) | $formfield(Description) |"
  14. order="formfield(Name)"
  15. }%
  16. ---++ Добавить
  17. %INCLUDE{IncludeAddHardware}%
  18. %INCLUDE{IncludeAddSwitch}%
  19. %INCLUDE{IncludeAddRouter}%
  20. %INCLUDE{IncludeAddGateway}%
  21. %INCLUDE{IncludeAddUps}%