Skip to content

Commit

Permalink
Rename Disk Quota to Instance Disk Quota on application views
Browse files Browse the repository at this point in the history
  • Loading branch information
Utinski committed May 8, 2018
1 parent c2c0ea1 commit 2917c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{{ applicationSummaryCtrl.utils.mbToHumanSize(appCtrl.model.application.summary.memory)}}
</dd>

<dt translate>DISK QUOTA</dt>
<dt translate>INSTANCE DISK QUOTA</dt>
<dd class="pull-right">
{{ applicationSummaryCtrl.utils.mbToHumanSize(appCtrl.model.application.summary.disk_quota)}}
</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dt translate>Instances</dt>
<dd ng-if="applicationGalleryCardCtrl.canShowStats">{{ applicationGalleryCardCtrl.app.instanceCount }} / {{ applicationGalleryCardCtrl.app.entity.instances }}</dd>
<dd ng-if="!applicationGalleryCardCtrl.canShowStats">0 / {{ applicationGalleryCardCtrl.app.entity.instances }}</dd>
<dt translate>Disk Quota</dt>
<dt translate>Instance Disk Quota</dt>
<dd>{{ applicationGalleryCardCtrl.app.entity.disk_quota | mbToHumanSize }}</dd>
<dt translate>Instance Memory</dt>
<dd>{{ applicationGalleryCardCtrl.app.entity.memory | mbToHumanSize }}</dd>
Expand Down

0 comments on commit 2917c3a

Please sign in to comment.