@@ -140,7 +140,7 @@ pub fn NewWorkspaceHostView(
140140 <CreationInput label="Disk (GB)" . to_string( ) value=disk placeholder="disk in GB" . to_string( ) />
141141 } ;
142142 view ! {
143- <CreationModal title="Create New Workspace Host" . to_string( ) modal_hidden=new_workspace_host_modal_hidden action body update_text=Some ( "Create" . to_string( ) ) updating_text=Some ( "Creating" . to_string( ) ) create_button_hidden=false />
143+ <CreationModal title="Create New Workspace Host" . to_string( ) modal_hidden=new_workspace_host_modal_hidden action body update_text=Some ( "Create" . to_string( ) ) updating_text=Some ( "Creating" . to_string( ) ) width_class= None create_button_hidden=|| false />
144144 }
145145}
146146
@@ -184,7 +184,7 @@ pub fn UpdateWorkspaceHostModal(
184184 <CreationInput label="Disk (GB)" . to_string( ) value=disk placeholder="disk in GB" . to_string( ) />
185185 } ;
186186 view ! {
187- <CreationModal title="Update Workspace Host" . to_string( ) modal_hidden=update_workspace_host_modal_hidden action body update_text=None updating_text=None create_button_hidden=false />
187+ <CreationModal title="Update Workspace Host" . to_string( ) modal_hidden=update_workspace_host_modal_hidden action body update_text=None updating_text=None width_class= None create_button_hidden=|| false />
188188 }
189189}
190190
@@ -1096,7 +1096,7 @@ pub fn NewMachineTypeView(
10961096 </div>
10971097 } ;
10981098 view ! {
1099- <CreationModal title="Create New Machine Type" . to_string( ) modal_hidden=new_machine_type_modal_hidden action body update_text=Some ( "Create" . to_string( ) ) updating_text=Some ( "Creating" . to_string( ) ) create_button_hidden=false />
1099+ <CreationModal title="Create New Machine Type" . to_string( ) modal_hidden=new_machine_type_modal_hidden action body update_text=Some ( "Create" . to_string( ) ) updating_text=Some ( "Creating" . to_string( ) ) width_class= None create_button_hidden=|| false />
11001100 }
11011101}
11021102
@@ -1127,7 +1127,7 @@ pub fn UpdateMachineTypeModal(
11271127 </div>
11281128 } ;
11291129 view ! {
1130- <CreationModal title="Update Workspace Host" . to_string( ) modal_hidden=update_machine_type_modal_hidden action body update_text=None updating_text=None create_button_hidden=false />
1130+ <CreationModal title="Update Workspace Host" . to_string( ) modal_hidden=update_machine_type_modal_hidden action body update_text=None updating_text=None width_class= None create_button_hidden=|| false />
11311131 }
11321132}
11331133
@@ -1680,6 +1680,6 @@ fn ClusterUserItemView(
16801680 </button>
16811681 </td>
16821682 </tr>
1683- <CreationModal title=format!( "Update Cluster User" ) modal_hidden=update_modal_hidden action=update_action body=update_modal_body update_text=None updating_text=None create_button_hidden=false />
1683+ <CreationModal title=format!( "Update Cluster User" ) modal_hidden=update_modal_hidden action=update_action body=update_modal_body update_text=None updating_text=None width_class= None create_button_hidden=|| false />
16841684 }
16851685}
0 commit comments