diff --git a/redfish-trawler-frontend/package-lock.json b/redfish-trawler-frontend/package-lock.json index f110ec8..47505f0 100644 --- a/redfish-trawler-frontend/package-lock.json +++ b/redfish-trawler-frontend/package-lock.json @@ -11,6 +11,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.1", "core-js": "^3.8.3", + "lodash.pick": "^4.4.0", "vue": "^3.3.4" }, "devDependencies": { @@ -7773,6 +7774,13 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "node_modules/lodash.pick": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", + "integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==", + "deprecated": "This package is deprecated. Use destructuring assignment syntax instead.", + "license": "MIT" + }, "node_modules/lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", diff --git a/redfish-trawler-frontend/package.json b/redfish-trawler-frontend/package.json index bfa2935..9178519 100644 --- a/redfish-trawler-frontend/package.json +++ b/redfish-trawler-frontend/package.json @@ -13,6 +13,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.1", "core-js": "^3.8.3", + "lodash.pick": "^4.4.0", "vue": "^3.3.4" }, "devDependencies": { diff --git a/redfish-trawler-frontend/src/assets/app.css b/redfish-trawler-frontend/src/assets/app.css index 3caf1b3..531538a 100644 --- a/redfish-trawler-frontend/src/assets/app.css +++ b/redfish-trawler-frontend/src/assets/app.css @@ -33,6 +33,11 @@ html, body { justify-content: center; align-items: center; } +.modal { + justify-content: left; + align-items: left; + text-align: left; +} .title { justify-content: left; text-align: left; diff --git a/redfish-trawler-frontend/src/components/Actions/ActionDeleteResource.vue b/redfish-trawler-frontend/src/components/Actions/ActionDeleteResource.vue index 0b609a8..ae29a5f 100644 --- a/redfish-trawler-frontend/src/components/Actions/ActionDeleteResource.vue +++ b/redfish-trawler-frontend/src/components/Actions/ActionDeleteResource.vue @@ -10,18 +10,18 @@ License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/R - -