Skip to content

Commit b1d331f

Browse files
authored
Merge pull request #1634 from cloud-barista/feature/adminweb-connection-ui/ux-enhancement
[AdminWeb] Enhance Connection Pages UI/UX
2 parents c589c5b + c75bb7f commit b1d331f

5 files changed

Lines changed: 1349 additions & 304 deletions

File tree

‎api-runtime/rest-runtime/admin-web/html/body_frame.html‎

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,25 @@ <h2>How To Use</h2>
7272
</header>
7373
<main>
7474
<section>
75-
<h3>1. Create a Connection</h3>
75+
<h3 style="display: flex; align-items: center; justify-content: space-between;">
76+
1. Set Up Connections
77+
<span style="font-size: 12px; font-weight: normal; color: #007bff;">
78+
💡 <a href="https://github.com/cloud-barista/cb-spider/tree/master/utils/default-connection-helper#readme" target="_blank" style="color: #007bff; text-decoration: none;">Default Connection Helper</a> for quick setup
79+
</span>
80+
</h3>
7681
<ol>
77-
<li class="indent">Register Driver Infos</li>
78-
<li class="indent">Register Credential Infos</li>
79-
<li class="indent">Register Region Infos</li>
80-
<li class="indent">Select Driver, Credential, and Region</li>
82+
<li class="indent">
83+
Register Drivers<span style="font-size: 13px;"> - Register cloud driver libraries for your target providers</span>
84+
</li>
85+
<li class="indent">
86+
Register Credentials<span style="font-size: 13px;"> - Set up authentication credentials for cloud access</span>
87+
</li>
88+
<li class="indent">
89+
Register Regions & Zones<span style="font-size: 13px;"> - Define geographic regions and availability zones</span>
90+
</li>
91+
<li class="indent">
92+
Create Connection Configs<span style="font-size: 13px;"> - Combine all components into connection configurations</span>
93+
</li>
8194
</ol>
8295
</section>
8396
<section>
@@ -87,15 +100,16 @@ <h3>2. Select a Connection</h3>
87100
<h3>3. Create Basic Resources</h3>
88101
<ol>
89102
<li class="indent">Create a VPC & Subnet</li>
90-
<li class="indent">Create a Security Group</li>
91-
<li class="indent">Create a VM Keypair</li>
103+
<li class="indent">Create a SecurityGroup</li>
104+
<li class="indent">Create a VM KeyPair</li>
92105
</ol>
93106
</section>
94107
<section>
95-
<h3>4. Provision Infrastructures</h3>
108+
<h3>4. Provision Infrastructure</h3>
96109
<ol>
97-
<li class="indent">VM Infra</li>
98-
<li class="indent">Container Infra (Kubernetes Cluster)</li>
110+
<li class="indent">Virtual Machines<span style="font-size: 13px;"> (VMs, Disks, MyImages, Network Load Balancers)</span></li>
111+
<li class="indent">Container Infrastructure<span style="font-size: 13px;"> (Kubernetes Clusters)</span></li>
112+
<li class="indent">Storage Infrastructure<span style="font-size: 13px;"> (Object Storage)</span></li>
99113
</ol>
100114
</section>
101115
</main>

0 commit comments

Comments
 (0)