We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea0605 commit 489ba10Copy full SHA for 489ba10
src/main/resources/profile.template.html
@@ -102,7 +102,7 @@
102
<div class="form_error form-error row" ng-class="{'is-visible': GOINPUTNAME[PodSpecType].$error.server}" ng-show="GOINPUTNAME[PodSpecType].$error.server" style="padding-top: 10px">{{GOINPUTNAME[PodSpecType].$error.server}}</div>
103
<div class="form_item_block row" style="padding-top: 10px">
104
<div class="columns small-9 medium-10 larger-10"
105
- ng-init="PodSpecType = PodSpecType || 'false'">
+ ng-init="PodSpecType = PodSpecType || (SpecifiedUsingPodConfiguration == 'true' && 'properties') || 'yaml'">
106
<input type="radio" ng-model="PodSpecType" value="properties"
107
id="properties"/>
108
<label for="properties">Config Properties</label>
0 commit comments