[PATCH][Kimchi] Change "Memory Available" by "Memory Utilization"

Guests gallery and list view were display different labels. Just fix it. Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo@linux.vnet.ibm.com> --- ui/pages/guest.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pages/guest.html.tmpl b/ui/pages/guest.html.tmpl index c8f32a9..c89e450 100644 --- a/ui/pages/guest.html.tmpl +++ b/ui/pages/guest.html.tmpl @@ -92,7 +92,7 @@ <div class="progress-bar light-grey memory"></div> <div class="progress-bar memory-progress-bar"></div> </div><!-- - --><span class="item-hidden">$_("Memory Available")</span> + --><span class="item-hidden">$_("Memory Utilization")</span> </span><!-- --><span class='column-storage'> <div class='measure-label storage-percentage'></div> -- 2.1.0

Reviewed-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> Tested-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> On 04/12/2016 12:00 PM, Rodrigo Trujillo wrote:
Guests gallery and list view were display different labels. Just fix it.
Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo@linux.vnet.ibm.com> --- ui/pages/guest.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/pages/guest.html.tmpl b/ui/pages/guest.html.tmpl index c8f32a9..c89e450 100644 --- a/ui/pages/guest.html.tmpl +++ b/ui/pages/guest.html.tmpl @@ -92,7 +92,7 @@ <div class="progress-bar light-grey memory"></div> <div class="progress-bar memory-progress-bar"></div> </div><!-- - --><span class="item-hidden">$_("Memory Available")</span> + --><span class="item-hidden">$_("Memory Utilization")</span> </span><!-- --><span class='column-storage'> <div class='measure-label storage-percentage'></div>
participants (3)
-
Aline Manera
-
Rodrigo Trujillo
-
Socorro Stoppler