Revision 91c1a265 src/Ganeti/Query/Node.hs

b/src/Ganeti/Query/Node.hs
140 140
       "Whether node can become a master candidate",
141 141
     FieldSimple (rsNormal . nodeMasterCapable), QffNormal)
142 142
  , (FieldDefinition "name" "Node" QFTText "Node name",
143
     FieldSimple (rsNormal . nodeName), QffNormal)
143
     FieldSimple (rsNormal . nodeName), QffHostname)
144 144
  , (FieldDefinition "offline" "Offline" QFTBool
145 145
       "Whether node is marked offline",
146 146
     FieldSimple (rsNormal . nodeOffline), QffNormal)

Also available in: Unified diff