Skip to content

Commit

Permalink
Fixing UI improvements (#550)
Browse files Browse the repository at this point in the history
* fix: Removing images list for old csm version

* fix: Adding missing images

* fix: Modified installation wizard top navbar identical to csm-docs navbar

* fix: Sticking navbar to top

* fix: Added UI as cluster prefix should be 3 letters

* fix: fixing logo redirection to home page

* style: aligning logo position to csm-docs logo position

* fix: fixing logo redirection to home page

* style: Keeping footer of installation wizard at bottom

* style: Aligned social links and adjusted fonts

* fix: Fixed linting issue

* fix: Refactored styling spacing
  • Loading branch information
samihan-dell authored Apr 3, 2023
1 parent 9dacd70 commit 59b0bc1
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 31 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ replicationImage=dell-csi-replicator:v1.4.0
podmonImage=podmon:v1.5.0
authorizationImage=csm-authorization-sidecar:v1.6.0
migrationImage=dell-csi-migrator:v1.1.0
migrationNodeRescanSidecarImage=dell-csi-node-rescanner:v1.0.0
powermaxCSIReverseProxyImage=csipowermax-reverseproxy:v2.5.0
appMobilityVeleroPluginImage=csm-application-mobility-velero-plugin:v0.3.0
46 changes: 28 additions & 18 deletions content/docs/deployment/csminstallationwizard/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@
<script type="text/javascript" src="static/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container-fluid">
<header>
<div class="container-fluid td-outer">
<nav class="js-navbar-scroll navbar-dark flex-column flex-md-row ">
<p class="navbar-brand">
<span class="navbar-logo">
<img src="static/images/dell_logo.jpg" class="img">
</span>
</p>
</nav>
</div>
</header>
<hr>
<main class="container mt-5 mb-5">
<header class="fixed-top">
<nav class="installation-wizard-navbar">
<a href="/csm-docs">
<span>
<img src="static/images/logo.svg" class="img" alt="Dell Technologies logo">
</span>
</a>
</nav>
</header>
<div class="container-fluid pt-5 page-container">
<main class="container mt-5">
<div class="row">
<div class="col-8 pl-md-5">
<div class="col-12 pl-md-5">
<span class="heading">Container Storage Modules (CSM) Installation Wizard </span>
</div>
<div class="col-4"></div>
Expand Down Expand Up @@ -279,7 +276,7 @@
<label for="cluster-prefix" class="col-sm-2 col-form-label" data-bs-toggle="tooltip" data-bs-placement="right" title="Prefix that is used during the creation of various masking-related entities (Storage Groups, Masking Views, Hosts, and Volume Identifiers) on the array." style="width: 120px;">Cluster Prefix</label>
<div class="col-sm-9"></div>
<div class="was-validated col-sm-3">
<input class="form-control input-lg" type="text" id="cluster-prefix" placeholder="Example: XYZ" maxlength="3" oninput="validateInput(validateForm, CONSTANTS)" required>
<input class="form-control input-lg" type="text" id="cluster-prefix" placeholder="Example: XYZ" title="Please provide 3 letter cluster prefix" maxlength="3" oninput="validateInput(validateForm, CONSTANTS)" required>
</div>
</div>
</div>
Expand Down Expand Up @@ -454,17 +451,30 @@
</div>
</div>
</main>
<footer class="bg-secondary py-5 row d-print-none">
<footer class="py-5 row d-print-none">
<div class="container-fluid mx-sm-5">
<div class="row">
<div class="col-6 col-sm-4 text-xs-center order-sm-2"></div>
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3"></div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
<small class="text-white">&copy; 2023 The Dell Technologies All Rights Reserved</small>
<small class="ml-1">
<a href="https://www.dell.com/learn/us/en/uscorp1/policies-privacy" target="_blank">Privacy Policy</a>
</small>
</div>
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3 text-align-right">
<ul class="list-inline mb-0">
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="" aria-label="GitHub" data-original-title="GitHub">
<a class="text-white" target="_blank" href="https://github.com/dell/csm">
<svg viewBox="0 0 496 512" height="24"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" fill="#ffffff"/></svg>
</a>
</li>
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="" aria-label="Slack" data-original-title="Slack">
<a class="text-white" target="_blank" href="http://del.ly/Slack_request">
<svg viewBox="0 0 448 512" height="24"><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" fill="#ffffff"/></svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
.img {
display: inline-block;
margin-top: 20px;
margin-top: 18px;
margin-right: 0px;
margin-left: 1%;
height: 30px;
Expand Down Expand Up @@ -114,4 +114,45 @@

.child-level-one {
margin-left: 1em;
}

.installation-wizard-navbar {
background: #30638e;
min-height: 4rem;
z-index: 32;
width: 100%;
padding-left: 12px;
}

.page-container {
position: relative;
min-height: 100vh;
}

.text-align-right {
text-align: right;
padding-right: 100px;
}

body {
margin: 0;
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #222;
text-align: left;
background-color: #fff;
}

main {
padding-bottom: 150px;
}

footer {
background-color: #403f4c;
position: absolute;
bottom: 0;
width: 100%;
min-height: 150px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59b0bc1

Please sign in to comment.