File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -393,18 +393,6 @@ export default function HcpCliAssistant() {
393
393
className = "mr-2"
394
394
/>
395
395
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 >
408
396
</ label >
409
397
410
398
{ ! form . osCloudSet && (
@@ -475,7 +463,7 @@ export default function HcpCliAssistant() {
475
463
< 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" />
476
464
</ svg >
477
465
< 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 .
479
467
</ div >
480
468
</ span >
481
469
</ h3 >
You can’t perform that action at this time.
0 commit comments