Some more placeholders...

diff --git a/src/Ganeti/OpParams.hs b/src/Ganeti/OpParams.hs
index 997646f..1032097 100644
--- a/src/Ganeti/OpParams.hs
+++ b/src/Ganeti/OpParams.hs
@@ -1102,23 +1102,15 @@ pInstOsParams =

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

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

 pPrimaryNode :: Field
 pPrimaryNode =

-- 
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