horizon/openstack_dashboard/dashboards/project/instances
Radomir Dopieralski 4a89303231 Clean up the syntax of html attributes to always use double quotes
Our templates are very inconsistent and sometimes even use single and
double quotes in the same tag. This is an attempt to clean it up a
little and use double quotes everywhere.

In addition, I have run into a problem with single quotes being
incorrectly escaped by the Django compressor, and I want to see if
this will help with the issue.

Change-Id: I2d5137a87ed65c6abef38a49264346f917a1c85a
2023-04-05 11:00:26 +02:00
..
templates/instances Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
workflows Merge "Address RemovedInDjango40Warning (2)" 2022-03-03 10:14:04 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
console.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
forms.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
interfaces_tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
panel.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tables.py Remove ability to filter instances by VCPUs 2022-03-31 09:19:33 +11:00
tabs.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tests.py Add UT coverage for attach_interface by port 2022-10-26 15:34:17 -05:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
utils.py Avoid extra flavor_get in resize server form 2022-03-04 22:50:42 +01:00
views.py Fix Image Filter for images with None names 2023-01-06 12:40:28 -05:00