Rework config routes

The config route now returns non-sensitive information under the
profile scope.

Caas config is a separate route

Update config is a separate route
This commit is contained in:
Girish Ramakrishnan
2018-06-28 17:44:11 -07:00
parent 3be660dcd9
commit 8f0b66bd98
3 changed files with 45 additions and 14 deletions

View File

@@ -168,7 +168,7 @@
</tr>
<tr ng-show="config.provider === 'caas'">
<td class="text-muted" style="vertical-align: top;">Model</td>
<td class="text-right" style="vertical-align: top; white-space: nowrap;">{{ config.size }} - {{ config.region }}</td>
<td class="text-right" style="vertical-align: top; white-space: nowrap;">{{ caasConfig.size }} - {{ caasConfig.region }}</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Version</td>