Skip to content

Commit d7a5f04

Browse files
committed
Improve help
1 parent 5b7631b commit d7a5f04

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/App.jsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -393,18 +393,6 @@ export default function HcpCliAssistant() {
393393
className="mr-2"
394394
/>
395395
OS_CLOUD is set in the environment
396-
<span
397-
className="ml-2 text-gray-500 cursor-help relative inline-block"
398-
onMouseEnter={(e) => e.target.querySelector('div').style.display = 'block'}
399-
onMouseLeave={(e) => e.target.querySelector('div').style.display = 'none'}
400-
>
401-
<svg xmlns="http://www.w3.org/2000/svg" className="h-5 w-5 inline-block" viewBox="0 0 20 20" fill="currentColor">
402-
<path fillRule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z" clipRule="evenodd" />
403-
</svg>
404-
<div className="absolute right-0 z-10 p-2 mt-1 text-sm bg-gray-800 text-white rounded shadow-lg w-64" style={{display: 'none'}}>
405-
Check this if you have the OS_CLOUD environment variable set. Otherwise, you'll need to provide a credentials file.
406-
</div>
407-
</span>
408396
</label>
409397

410398
{!form.osCloudSet && (
@@ -475,7 +463,7 @@ export default function HcpCliAssistant() {
475463
<path fillRule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z" clipRule="evenodd" />
476464
</svg>
477465
<div className="absolute right-0 z-10 p-2 mt-1 text-sm bg-gray-800 text-white rounded shadow-lg w-64" style={{display: 'none'}}>
478-
Configure additional network ports for the nodes in your cluster. Useful for multi-network setups or SR-IOV configurations.
466+
Attach additional ports to nodes. Params: Neutron Network ID, VNIC type, Port Security and Allowed Address Pairs.
479467
</div>
480468
</span>
481469
</h3>

0 commit comments

Comments
 (0)