From 117e67ed33354d9e4160a76a1574a4549d2a3751 Mon Sep 17 00:00:00 2001 From: piotrpekala7 <31202938+piotrpekala7@users.noreply.github.com> Date: Tue, 17 Mar 2020 14:01:57 +0100 Subject: [PATCH] Suffixes added --- .../dynamips/add-ios-template/add-ios-template.component.html | 1 + .../ios-template-details/ios-template-details.component.html | 2 ++ src/app/components/preferences/gns3vm/gns3vm.component.html | 1 + .../iou-template-details/iou-template-details.component.html | 2 ++ .../add-qemu-vm-template/add-qemu-vm-template.component.html | 1 + .../qemu-vm-template-details.component.html | 1 + .../virtual-box-template-details.component.html | 1 + .../configurator/ios/configurator-ios.component.html | 2 ++ .../configurator/iou/configurator-iou.component.html | 2 ++ .../configurator/qemu/configurator-qemu.component.html | 1 + .../virtualbox/configurator-virtualbox.component.html | 1 + 11 files changed, 15 insertions(+) diff --git a/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html b/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html index d4c8e1a7..13d7f6f8 100644 --- a/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html +++ b/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html @@ -60,6 +60,7 @@ formControlName="memory" value="defaultRam[iosTemplate.platform]" placeholder="Default RAM"/> + MB Check for minimum and maximum RAM requirement diff --git a/src/app/components/preferences/dynamips/ios-template-details/ios-template-details.component.html b/src/app/components/preferences/dynamips/ios-template-details/ios-template-details.component.html index 9eb71d1b..b4470c3f 100644 --- a/src/app/components/preferences/dynamips/ios-template-details/ios-template-details.component.html +++ b/src/app/components/preferences/dynamips/ios-template-details/ios-template-details.component.html @@ -62,9 +62,11 @@
+ MB + MB diff --git a/src/app/components/preferences/gns3vm/gns3vm.component.html b/src/app/components/preferences/gns3vm/gns3vm.component.html index a99961be..fe20bc4f 100644 --- a/src/app/components/preferences/gns3vm/gns3vm.component.html +++ b/src/app/components/preferences/gns3vm/gns3vm.component.html @@ -29,6 +29,7 @@ + MB diff --git a/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html b/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html index 0d008bfd..f72a597a 100644 --- a/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html +++ b/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html @@ -71,9 +71,11 @@ + MB + MB diff --git a/src/app/components/preferences/qemu/add-qemu-vm-template/add-qemu-vm-template.component.html b/src/app/components/preferences/qemu/add-qemu-vm-template/add-qemu-vm-template.component.html index 0d2fe974..45124d5b 100644 --- a/src/app/components/preferences/qemu/add-qemu-vm-template/add-qemu-vm-template.component.html +++ b/src/app/components/preferences/qemu/add-qemu-vm-template/add-qemu-vm-template.component.html @@ -39,6 +39,7 @@ placeholder="RAM" formControlName="ramMemory" ngDefaultContro/> + MB diff --git a/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html b/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html index f548e77c..23c88609 100644 --- a/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html +++ b/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html @@ -33,6 +33,7 @@
+ MB diff --git a/src/app/components/preferences/virtual-box/virtual-box-template-details/virtual-box-template-details.component.html b/src/app/components/preferences/virtual-box/virtual-box-template-details/virtual-box-template-details.component.html index e9a46b1a..4b19c3d8 100644 --- a/src/app/components/preferences/virtual-box/virtual-box-template-details/virtual-box-template-details.component.html +++ b/src/app/components/preferences/virtual-box/virtual-box-template-details/virtual-box-template-details.component.html @@ -42,6 +42,7 @@ + MB diff --git a/src/app/components/project-map/node-editors/configurator/ios/configurator-ios.component.html b/src/app/components/project-map/node-editors/configurator/ios/configurator-ios.component.html index 089da3c8..d3136b4b 100644 --- a/src/app/components/project-map/node-editors/configurator/ios/configurator-ios.component.html +++ b/src/app/components/project-map/node-editors/configurator/ios/configurator-ios.component.html @@ -27,9 +27,11 @@
+ MB + MB
diff --git a/src/app/components/project-map/node-editors/configurator/iou/configurator-iou.component.html b/src/app/components/project-map/node-editors/configurator/iou/configurator-iou.component.html index 5f44167e..52c63b9e 100644 --- a/src/app/components/project-map/node-editors/configurator/iou/configurator-iou.component.html +++ b/src/app/components/project-map/node-editors/configurator/iou/configurator-iou.component.html @@ -23,9 +23,11 @@
+ MB + MB diff --git a/src/app/components/project-map/node-editors/configurator/qemu/configurator-qemu.component.html b/src/app/components/project-map/node-editors/configurator/qemu/configurator-qemu.component.html index 3a90ccf1..936b02d0 100644 --- a/src/app/components/project-map/node-editors/configurator/qemu/configurator-qemu.component.html +++ b/src/app/components/project-map/node-editors/configurator/qemu/configurator-qemu.component.html @@ -12,6 +12,7 @@
+ MB diff --git a/src/app/components/project-map/node-editors/configurator/virtualbox/configurator-virtualbox.component.html b/src/app/components/project-map/node-editors/configurator/virtualbox/configurator-virtualbox.component.html index 991be342..44a25210 100644 --- a/src/app/components/project-map/node-editors/configurator/virtualbox/configurator-virtualbox.component.html +++ b/src/app/components/project-map/node-editors/configurator/virtualbox/configurator-virtualbox.component.html @@ -22,6 +22,7 @@ + MB