IncludeRackHeader.txt 575 B

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