mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 16:45:55 +03:00
[GH-ISSUE #117] hosts / domains UI redesign #112
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Dec 21, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/117
currently we have separate "hosts" and "domains" overview views.
the hosts view shows all the user's hosts for all the domains.
plus the form to add a new host.
the domains view shows all the domains available to the user.
plus the form to add a new domain.
this could be unified into one view:
first domain
first host in first domain
second host in first domain
...
second domain
first host in second domain
...
[add host] [add domain]
... some help text just for this view ...
domains / hosts in same domain would be alphabetically ordered.
the forms and some of the help that are currently shown on the overview views would be moved to a separate create_host / create_domain view.
@ThomasWaldmann commented on GitHub (Aug 31, 2014):
implemented by
37f26d6031andc6bdd34feeno sorting yet, but this can be added later - either server-side or even client-side by a javascript tablesorter.