You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have some images in docker, we should display them in the application list of the admin anyway, and mark them as disabled. If an image is not in the database it should be considered as such.
If the image is in the database, it will have an additional boolean column for when it's enabled.
Only enabled images will be runnable by the users.
Only images that are fully supported will be shown. You can use the application type label to distinguish which ones are valid simphony-remote images.
The text was updated successfully, but these errors were encountered:
In the new application dialog it would be great to have a combo-box with available images on docker instead of typing the image name. This means having a backend which supports docker related requests.
If we have some images in docker, we should display them in the application list of the admin anyway, and mark them as disabled. If an image is not in the database it should be considered as such.
If the image is in the database, it will have an additional boolean column for when it's enabled.
Only enabled images will be runnable by the users.
Only images that are fully supported will be shown. You can use the application type label to distinguish which ones are valid simphony-remote images.
The text was updated successfully, but these errors were encountered: