IncludeFindRackDevices.txt 422 B

123456789101112131415
  1. ---++ Список оборудования в стойке
  2. %SEARCH{
  3. "Rack='%BASETOPIC%' or Parent='%BASETOPIC%' or Place='%BASETOPIC%'"
  4. topic="*"
  5. web="Sovtest,Internet"
  6. excludetopic="Rack*"
  7. type="query"
  8. nosearch="on"
  9. nototal="on"
  10. expandvariables="on"
  11. header="|*Name*|*Тип*|*Description*|"
  12. format="| [[$web.$topic][$formfield(DnsName)]] | $formfield(DeviceType) | $formfield(Description) |"
  13. order="formfield(Name)"
  14. }%