...and a couple others:

diff --git a/src/Ganeti/OpParams.hs b/src/Ganeti/OpParams.hs
index 1032097..d90b362 100644
--- a/src/Ganeti/OpParams.hs
+++ b/src/Ganeti/OpParams.hs
@@ -1212,23 +1212,15 @@ pTempOsParams =

 pTempOsParamsPrivate :: Field
 pTempOsParamsPrivate =
-  field { fieldDoc = "meh"
-          -- fieldShow = Just [| \(_,y) -> showPrivateJSObject y |]
-        }
-  where field =
-          withDoc "Private OS parameters for instance reinstalls" .
-          optionalField $
-          simpleField "osparams_private" [t| JSObject (Private JSValue) |]
+  withDoc "Private OS parameters for instance reinstalls" .
+  optionalField $
+  simpleField "osparams_private" [t| JSObject (Private JSValue) |]

 pTempOsParamsSecret :: Field
 pTempOsParamsSecret =
-  field { fieldDoc = "meh"
-          -- fieldShow = Just [| \(_,y) -> showPrivateJSObject y |]
-        }
-  where field =
-          withDoc "Secret OS parameters for instance reinstalls" .
-          optionalField $
-          simpleField "osparams_secret" [t| JSObject (Private JSValue) |]
+  withDoc "Secret OS parameters for instance reinstalls" .
+  optionalField $
+  simpleField "osparams_secret" [t| JSObject (Private JSValue) |]

 pShutdownTimeout :: Field
 pShutdownTimeout =


-- 
Raffa Santi
Google Germany GmbH
Dienerstr. 12
80331 München


Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Christine Elizabeth Flores

Reply via email to