-
Notifications
You must be signed in to change notification settings - Fork 18
Creating a new service instance doesn't seem to work #672
Comments
|
This is due to the Solution: |
Action
+ colorStyle: one of 'cautious', 'warning', 'primary', 'secondary'...
+ styleType: one of 'outline', 'outline-inverse', 'link'.
+ type: any string (or should we limit to known possible values in HTML as of now?)
+ style: any object |
|
Another option is to simplify the interface for less options and hopefully more consistency. There would be one purpose field that would control the button styles itself: |
|
@thisisdano @vz3 it might be helpful to get your thoughts on how we should configure/style/name our buttons |
|
@thisisdano to review here and follow up. |
|
This works now, thanks everyone! It's a bit confusing since it doesn't consistently give feedback (the form seems to either disappear after service creation, or to stay there after service creation), but the service is created! The feedback issue is filed separately at #457. |
Using the current Dashboard (https://dashboard.cloud.gov/), if I go to my
britta.gustafsonspace in mysandboxorg and try to create a free service instance (such asshared-psql), it doesn't seem to work for me.Example steps: I go to the Marketplace for my org, click
create service instancein the services list, fill out the form at the bottom of the page, clickcreate service instance, and nothing seems to happen. (I don't get feedback about whether it worked.) If I go check my space's list of service instances, I don't see a new instance there.Related issue about adding feedback when people click
create service instance: #457The text was updated successfully, but these errors were encountered: