IncludeListHardware.txt 1.1 KB

123456789101112131415161718192021222324
  1. ---++ Список серверов, hardware
  2. %SEARCH{
  3. "Disabled=''"
  4. topic="Hardware*"
  5. type="query"
  6. multiple="on"
  7. nosearch="on"
  8. header="| *Name* | *Size* | *Model* | *CPU* | *CPU x Cores* | *Memory, GB* | *Type* | *Freq* | *Hdd Slot x Form Factor* | *PSU Count* |"
  9. format="| [[$topic][$formfield(ServerOS)]] | $formfield(FormFactor) | $formfield(Manufacturer) $formfield(ProductName)| $formfield(CPU) | $formfield(CpuCount) x $formfield(CoresPerCpu)| $formfield(Memory)| $formfield(MemoryType) | $formfield(MemoryFreq) | $formfield(HddSlotCount) x $formfield(HddFormFactor)| $formfield(PSUCount) |"
  10. }%
  11. ---++ Снято
  12. %SEARCH{
  13. "Disabled='Yes'"
  14. topic="Hardware*"
  15. type="query"
  16. multiple="on"
  17. nosearch="on"
  18. header="| *Name* | *Size* | *Model* | *CPU* | *Memory, GB* | *Type* | *Freq* | *Hdd Slot* | *Form Factor* | *PSU Count* |"
  19. format="| [[$topic][$formfield(Name)]] | $formfield(FormFactor) | $formfield(Manufacturer) $formfield(ProductName)| $formfield(CPU)| $formfield(Memory)| $formfield(MemoryType) | $formfield(MemoryFreq) | $formfield(HddSlotCount)| $formfield(HddFormFactor)| $formfield(PSUCount) |"
  20. }%