@@ -140,7 +140,7 @@ pub fn NewWorkspaceHostView(
140
140
<CreationInput label="Disk (GB)" . to_string( ) value=disk placeholder="disk in GB" . to_string( ) />
141
141
} ;
142
142
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 />
144
144
}
145
145
}
146
146
@@ -184,7 +184,7 @@ pub fn UpdateWorkspaceHostModal(
184
184
<CreationInput label="Disk (GB)" . to_string( ) value=disk placeholder="disk in GB" . to_string( ) />
185
185
} ;
186
186
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 />
188
188
}
189
189
}
190
190
@@ -1096,7 +1096,7 @@ pub fn NewMachineTypeView(
1096
1096
</div>
1097
1097
} ;
1098
1098
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 />
1100
1100
}
1101
1101
}
1102
1102
@@ -1127,7 +1127,7 @@ pub fn UpdateMachineTypeModal(
1127
1127
</div>
1128
1128
} ;
1129
1129
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 />
1131
1131
}
1132
1132
}
1133
1133
@@ -1680,6 +1680,6 @@ fn ClusterUserItemView(
1680
1680
</button>
1681
1681
</td>
1682
1682
</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 />
1684
1684
}
1685
1685
}
0 commit comments