Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Improve Docker add/update UI

Featured Replies

Basic part:

In the current UI for adding or updating containers, the field names and input boxes are far apart, making it difficult to correctly correspond the field name to the input box.

Current UI:

AddContainer.thumb.png.99a15d503629e522bfda747dfc9757eb.png

Suggestion:Put all filed names right. For example:

AddContainer2.thumb.png.48fc2d44ad8af9b8931245b22586a75b.png

I just added CSS codes like:

dt {
  text-align: right;
  margin-right: 1em;
  padding-top: 4px;
}

I'm sure your front-end engineers will have a better solution.

Additional Part:

1. Enhanced differentiation between Path, Port, Variable, Label, Device fields.

Currently there is yellow text below each field value that suggests the type of the field, but it seems to be rather weak ( to me), eyes always see the field name before the field value, so it's not sure of the type of the field at least until you see the value area.

Improvement options for this problem are open, such as the possibility of placing enhanced type identifiers in the field name area. For example:

AddContainer3.thumb.png.2dafd025035b518ec8763795f39011a7.png

Another option could be to put fields of the same type together and reinforce the type attribute of that area. You can refer to Portainer. (No example this time.)

2. Consider showing a dialog box for selecting a type first when adding Path, Port, Variable, Label or Device.

Not most cases prioritize the addition of the Path attribute, so the odds are that the user will always select another type first and then fill it in. It would be possible to add a dialog box that lists all the buttons of the type. Rather than clicking on a dropdown box and then clicking on the type, this would allow the user to select the type with just one click. It also reduces the chances of clicking on the wrong option due to the dense arrangement of options in the dropdown box.

 

 

 

Solved by bonienl

  • Solution

Thanks for the recommendations.

 

I made some updates for Unraid 6.13.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.