horizon/openstack_dashboard/dashboards/project
Akihiro Motoki 5c61331ff2 Django 4.2: Adjust instance detail template
The template for the instance detail overview uses Django template
filters to define a default value for metadata with an empty value.
This usage looks magic and does not work with Django 4.2.
It looks like this is an undocumented/unspecified behavior.
This commit changes it to use {% if %} template syntax instead of
depending on the unspcified behavior.

Closes-Bug: #2040129
Change-Id: Ida5b2a721f2657347c174e386d2e023dffd64b1b
2023-10-23 15:36:49 +09:00
..
api_access Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
backups Merge "Add the filter function in c-bak dashboard for both Project & Admin" 2022-12-14 17:35:23 +00:00
containers Fix Python3.11 unit test failures 2023-09-20 21:15:13 +05:30
floating_ip_portforwardings Add NAT rules to the floating IP workflow 2023-03-01 10:38:16 -03:00
floating_ips Add NAT rules to the floating IP workflow 2023-03-01 10:38:16 -03:00
images Deprecate Django based Panel for Images, Keypair, and roles 2022-05-10 05:28:28 +09:00
instances Django 4.2: Adjust instance detail template 2023-10-23 15:36:49 +09:00
key_pairs Deprecate Django based Panel for Images, Keypair, and roles 2022-05-10 05:28:28 +09:00
network_qos Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
network_topology Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
networks Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
overview Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
routers Merge "Address RemovedInDjango40Warning (3)" 2022-03-10 12:23:11 +00:00
security_groups Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
server_groups Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
snapshots Fix success_url parameter issue for Edit Snapshot 2022-09-14 22:23:27 +05:30
static/dashboard/project Merge "Fix ports tab at Launch Instance dialog" 2023-07-26 16:53:03 +00:00
trunks Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
vg_snapshots Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
volume_groups Address RemovedInDjango40Warning (4) 2022-02-04 16:27:18 +09:00
volumes Merge "Allow volumes in error_restoring/error_managing to be deleted" 2022-09-19 22:59:07 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00