Actions
Bug #15135
closedJavascript error is raised for create docker compute resource process
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1336727
Description of problem:
When I try to create new compute resource I am getting JS error in console
Version-Release number of selected component (if applicable):
6.2 SNAP 11
How reproducible:
Always
Steps to Reproduce:
1. Go to Infrastructure->Compute Resource
2. Push 'New Compute Resource' button
3. Enter any value into 'Name' field
4. Choose 'Docker' provider
5. Put correct value into 'URL' field (e.g. 'unix:///var/run/docker.sock')
6. Push 'Submit' button
'TypeError' exception is raised
Actual results:
Create process raises JS error
Expected results:
Create process doesn't raise JS error
Additional info:
Issue existed in BETA too
Actions