| 123456789101112131415161718192021222324252627282930 |
- ---++ Список оборудования в стойке
- |*Name*|*Тип*|*Description*|
- %SEARCH{
- "Rack=~'%BASETOPIC%' or Parent=~'%BASETOPIC%' or Place=~'%BASETOPIC%'"
- web="Sovtest,Internet"
- topic="*"
- excludetopic="Rack*"
- type="query"
- nosearch="on"
- nototal="on"
- expandvariables="on"
- noheader="on"
- format="| [[$web.$topic][$formfield(Name)]] | $formfield(DeviceType) | $formfield(Description) |"
- order="formfield(Name)"
- }%
- ---++ Добавить
- %INCLUDE{IncludeAddHardware}%
- %INCLUDE{IncludeAddSwitch}%
- %INCLUDE{IncludeAddRouter}%
- %INCLUDE{IncludeAddGateway}%
- %INCLUDE{IncludeAddUps}%
|