-
Notifications
You must be signed in to change notification settings - Fork 12
Table update confirm #562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Table update confirm #562
Conversation
|
The NS spreadsheet view removes the "server" column, shifting the "glue" and "views" columns to the left (which is confusing, because then the column headings don't line up with the columns). |
|
The MX spreadsheet view removes the "label" column in an analogous way. |
…Update_Confirm Conflicts: vendor/src/bleach vendor/src/commonware vendor/src/django-appconf vendor/src/django-arecibo vendor/src/django-compressor vendor/src/django-cronjobs vendor/src/django-mobility vendor/src/django-mozilla-product-details vendor/src/django-multidb-router vendor/src/django-nose vendor/src/django-session-csrf vendor/src/django-sha2 vendor/src/jingo vendor/src/jingo-minify vendor/src/nuggets vendor/src/schematic vendor/src/test-utils vendor/src/tower
|
In the confirmation box, there's a comma after every element in the list of changes, including the last item. I don't think we need the commas at all. Also, I'd change the first line to "Are you sure you want to make the following changes?" to make it absolutely clear that we're asking a question. |
|
I think the "Submit" button is in a non-obvious place, although I can't think of a better place. "Exit spreadsheet mode" doesn't sound as if it'll discard your changes—it sounds more like it'll submit them. How about "Discard changes" instead? |
|
Needs to be modified after #638 |
…Update_Confirm
|
Can't figure out a clean way to do this without disabling asynchronous ajax. |
|
This is good to go! |
|
|
|
Here's a patch that fixes the validation issues I noted, as well as an issue involving the VLAN EDIT: Patch applied to the wrong commit. I fixed it so it now applies to the tip of this branch. |
…Update_Confirm Conflicts: cyder/base/views.py cyder/cydns/forms.py media/js/tables.js
Resolves #131