diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a9c7a7100..8f7f7f1ed6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,17 @@
+
+#### Bug Fixes
+
+* **Application:** fixed ram gb
+
+#### Features
+
+* **Application:**
+ * if without faciltiy approve
+ * vo can approve without facility
+
+
+------
#### Bug Fixes
* **volume:** fixed volume bug
* **development:** remove nvmrc file
diff --git a/src/app/applications/applications.component.html b/src/app/applications/applications.component.html
index cc14711585..e4b0c705b6 100644
--- a/src/app/applications/applications.component.html
+++ b/src/app/applications/applications.component.html
@@ -130,13 +130,13 @@
Applications Overview
RAM |
{{
application.RamPerVM
- }}
+ }} GB
|
RAM |
{{
- application.TotalRam}}
+ application.TotalRam}} GB
|
@@ -259,7 +259,7 @@ Applications Overview
class="form-control"
#selectedComputeCenter>
-
+