quick fix for oauth2
authorLinda Nichols <lynnaloo@gmail.com>
Thu, 3 Jul 2014 18:50:15 +0000 (18:50 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Thu, 3 Jul 2014 18:50:15 +0000 (18:50 +0000)
enyo-client/extensions/source/oauth2/client/views/workspace.js

index 9e18f0d..a8ba9f9 100644 (file)
@@ -32,7 +32,8 @@ white:true*/
               {kind: "XV.DateWidget", attr: "issued"},
               {kind: "XV.InputWidget", attr: "organization"},
               {kind: "XV.CheckboxWidget", name: "delegatedAccess", attr: "delegatedAccess"},
-              {kind: "XV.InputWidget", name: "clientX509PubCert", attr: "clientX509PubCert", label: "_x509PubCert".loc()},
+              {kind: "onyx.GroupboxHeader", content: "_x509PubCert".loc()},
+              {kind: "XV.TextArea", name: "clientX509PubCert", attr: "clientX509PubCert"},
               {kind: "onyx.GroupboxHeader", content: "_fullListUrl".loc()},
               {kind: "XV.TextArea", name: "fullListUrl", classes: "xv-short-textarea", disabled: true},
               {kind: "onyx.GroupboxHeader", content: "_singleResourceUrl".loc()},