index
:
openstack/horizon
master
stable/ocata
stable/pike
stable/queens
stable/rocky
OpenStack Dashboard (Horizon)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openstack_dashboard
/
dashboards
/
admin
/
networks
/
forms.py
Age
Commit message (
Expand
)
Author
8 days
Modify the prompt of update network
pengyuesheng
2019-01-16
pylint: fix len-as-condition warning
Akihiro Motoki
2018-02-17
django2: Replace django.core.urlresolves with django.urls
Akihiro Motoki
2017-10-24
Implement setting availability zone hint on network creation
Trygve Vea
2017-07-10
Removed default value for 'Physical Network'
Beth Elwell
2017-04-28
Do not display UUID in network/rotuer forms
Akihiro Motoki
2017-04-27
Merge "Ensure log messages are not translated"
Jenkins
2017-04-14
Use BooleanField for admin_state_up form
Akihiro Motoki
2017-04-11
Ensure log messages are not translated
Akihiro Motoki
2017-03-31
Handle log message interpolation by the logger
Gábor Antal
2017-03-22
Remove all remaining vendor specific code
Rob Cresswell
2017-03-10
Provide available physical networks on create network modal
Ying Zuo
2017-02-16
Allow subnet creation from admin networks panel
Ying Zuo
2017-01-20
Fix issues on create network and create port modals
Ying Zuo
2016-08-12
Add Try/Exception block to Network Forms
Ankur Gupta
2016-06-13
Horizon selects are now themable: Admin Panels
Diana Whitten
2016-04-15
Sync segmentation ID ranges with Neutron
YAMAMOTO Takashi
2016-04-15
Add Geneve support
YAMAMOTO Takashi
2016-04-15
Add network types used by midonet
YAMAMOTO Takashi
2016-04-11
Make neutron provider network configuration more flexible
Akihiro Motoki
2015-04-21
added network id field in admin's update network model
Masco Kaliyamoorthy
2014-12-16
Make admin_state translatable
liyingjun
2014-10-16
Merge "Make "VLAN", "VXLAN" and "GRE" translatable"
Jenkins
2014-10-15
Make "VLAN", "VXLAN" and "GRE" translatable
Doug Fish
2014-10-15
Fix E128 errors in openstack_dashboard/dashboards/admin/
Akihiro Motoki
2014-09-30
remove read-only network ID field from Edit Network form
Wlodzimierz Borkowski
2014-09-17
Made Admin State choice more human readable
Sam Betts
2014-09-14
Use integer instead of string for form max_length
Akihiro Motoki
2014-08-05
Support provider network extension when creating network
Justin Pomeroy
2014-07-15
Run router dashboard unit tests by default
Abishek Subramanian
2014-05-06
Remove extraneous vim configuration comments
He Yongli
2014-01-07
Remove #noqa from most common imports and add them to import_exceptions
Radomir Dopieralski
2013-12-16
Make Neutron API name consistent
Akihiro MOTOKI
2013-09-04
Add Cisco N1K plugin support in Horizon
Abishek Subramanian
2013-08-22
Enable H302 check
Tatiana Mazur
2013-08-13
Enable H201: do not write "except:"
Kieran Spear
2013-07-09
update Quantum references to Neutron
Mark McClain
2013-06-05
Adding pagination to the tenant views
Zhenguo Niu
2013-05-01
Enable using multiple API versions for Identity Service.
Gabriel Hurley
2013-01-06
Improve Quantum panels to Folsom advanced features
Akihiro MOTOKI
2012-12-19
Fixes PEP8 errors as reported by pep8 1.3.4
Julie Pichon
2012-10-11
Splits OpenStack Dashboard bits from framework app code.
Gabriel Hurley