mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Include the secondary platform in the applications-v2.xml file.
This commit is contained in:
@ -218,6 +218,7 @@ def applications_v2_xml(request):
|
||||
x.startElement('application', {})
|
||||
x.add_xml_element('id', a.textid)
|
||||
x.add_xml_element('platform', a.platform)
|
||||
x.add_xml_element('secondaryplatform', a.secondaryplatform)
|
||||
x.add_xml_element('version', a.version)
|
||||
x.add_xml_element('name', a.name)
|
||||
x.add_xml_element('description', a.description)
|
||||
|
Reference in New Issue
Block a user