Merge lp:~ricgard/maas/ram-capitalisation into lp:~maas-committers/maas/trunk

Proposed by Richard McCartney
Status: Superseded
Proposed branch: lp:~ricgard/maas/ram-capitalisation
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/maasserver/static/partials/node-details.html (+1/-1)
To merge this branch: bzr merge lp:~ricgard/maas/ram-capitalisation
Reviewer Review Type Date Requested Status
MAAS Maintainers Pending
Review via email: mp+272600@code.launchpad.net

This proposal has been superseded by a proposal from 2015-09-28.

Description of the change

Changing 'Ram' to 'RAM' on the node details page.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/static/partials/node-details.html'
2--- src/maasserver/static/partials/node-details.html 2015-09-25 19:32:06 +0000
3+++ src/maasserver/static/partials/node-details.html 2015-09-28 13:03:32 +0000
4@@ -228,7 +228,7 @@
5 <dd class="four-col last-col">
6 {$ node.cpu_count $} cores
7 </dd>
8- <dt class="two-col">Ram</dt>
9+ <dt class="two-col">RAM</dt>
10 <dd class="four-col last-col">
11 {$ node.memory $}GiB
12 </dd>