Skip to content

Commit

Permalink
fix(google): do not self-close react2Angular-created elements (spinna…
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieneterval committed Aug 13, 2020
1 parent 73805f2 commit 2c5a727
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Expand Up @@ -27,7 +27,7 @@
set-accelerator-configs="vm.setAcceleratorConfigs"
zone="vm.command.zone"
available-accelerators="vm.command.viewState.acceleratorTypes"
/>
></gce-accelerator-configurer>

<div class="form-group">
<div class="sm-label-left" style="margin-bottom: 5px;">
Expand Down
Expand Up @@ -167,7 +167,7 @@ const gceDiskConfigurer: IComponentOptions = {
selected-image="disk.sourceImage"
select-image="$ctrl.handleImageChange"
target="disk"
/>
></gce-image-select>
</td>
<td ng-if="$index > 0">
<a class="btn btn-link sm-label" style="margin-top: 0;" ng-click="$ctrl.removePersistentDisk($index)">
Expand Down
Expand Up @@ -114,7 +114,7 @@
available-images="command.backingData.allImages"
selected-image="command.image"
select-image="basicSettingsCtrl.selectImage"
/>
></gce-image-select>
</div>
</div>
<div class="form-group">
Expand Down
Expand Up @@ -155,7 +155,8 @@ <h4 class="text-center" ng-if="ctrl.serverGroup.isDisabled">[SERVER GROUP IS DIS
<dd>{{ctrl.serverGroup.launchConfig.instanceType | customInstanceFilter }}</dd>
<dt>Minimum CPU Platform</dt>
<dd>{{ctrl.serverGroup.launchConfig.minCpuPlatform || '(Automatic)'}}</dd>
<gce-server-group-disk-descriptions application="ctrl.application" server-group="ctrl.serverGroup" />
<gce-server-group-disk-descriptions application="ctrl.application" server-group="ctrl.serverGroup">
</gce-server-group-disk-descriptions>
<dt ng-if="ctrl.serverGroup.serviceAccountEmail">Service Account</dt>
<dd ng-if="ctrl.serverGroup.serviceAccountEmail">{{ctrl.serverGroup.serviceAccountEmail}}</dd>
<dt ng-if="ctrl.serverGroup.authScopes">Auth Scopes</dt>
Expand Down

0 comments on commit 2c5a727

Please sign in to comment.