Fix deploy window
[clamp.git] / src / main / resources / META-INF / resources / designer / partials / portfolios / deploy_parameters.html
index 5693a87..3fc1b03 100644 (file)
                <button type="button" class="close" ng-click="close()" aria-hidden="true" style="margin-top: -3px">&times;</button>
                <h4>Deployment parameters</h4>
        </div>
-       <div class="modal-body" style="height: 150px">
-                 <div style="height: 30px">
-        Deployment parameters as JSON.
+       <div class="modal-body" style="display:block">
+                 <div style="height: 100%;clear: both;" id="deployPropertiesDiv" name="deployPropertiesDiv" ng-init="load_deploy_parameters()" >
+        Deployment parameters.
       </div>
-      <textarea class="form-control" focus="true" name="deployProperties" id="deployProperties" ng-init="load_deploy_parameters()"/>
+     
        </div>
        <div class="modal-footer">
       <button ng-click="deploy()"  class="btn btn-primary">Deploy</button>