summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/routers/views.py
Commit message (Expand)AuthorAgeFilesLines
* Address RemovedInDjango40Warning (2)Akihiro Motoki2022-02-041-1/+1
* Drop the usage of unicode prefix from unicode stringsYuehuiLei2021-02-121-1/+1
* Use python3-style super()Akihiro Motoki2020-10-151-4/+4
* Cleanup for Refactor-error-messagesmanchandavishal2020-09-041-2/+2
* django2: Replace django.core.urlresolves with django.urlsAkihiro Motoki2018-02-171-2/+2
* Add a checkbox to disable SNAT on routersTrygve Vea2017-10-231-0/+11
* Change Network form names from Update to EditJulie Gravel2017-05-101-1/+1
* Add default common template to python table viewsRob Cresswell2017-01-051-1/+0
* Remove duplicated modal_header statementsRob Cresswell2017-01-041-2/+0
* Server-side filtering routersjlopezgu2016-08-091-1/+4
* Honor comments for translators when extracting messagesAkihiro Motoki2016-03-071-1/+1
* Translate status in network topologyItxaka2016-01-181-2/+2
* Add breadcrumb to more details pagesRob Cresswell2015-11-091-2/+2
* Refactor status and admin state translation codeLucas Palm2015-10-301-16/+8
* Corrected wrong url in router detail pageMasco Kaliyamoorthy2015-10-081-0/+3
* Merge "Made router detail status and admin state translatable"Jenkins2015-09-091-0/+15
|\
| * Made router detail status and admin state translatableLucas Palm2015-08-231-0/+15
* | Replace SortedDict with OrderedDictMasco Kaliyamoorthy2015-09-041-3/+4
|/
* Fixes inconsistent Router Details pageRob2015-03-231-3/+15
* Refactor modal forms for RoutersRob Cresswell2015-02-171-0/+11
* Reduce title duplication in project networkingSam Betts2015-02-171-0/+4
* Replace set_id_as_name_if_empty with name_or_idliyingjun2014-12-091-4/+3
* Add dropdown actions to all details pagesAna Krivokapic2014-10-071-1/+7
* Add HA mode support for Neutron routerAkihiro Motoki2014-09-261-2/+6
* Translation feedback - Add contextual marker for short stringsAkihiro Motoki2014-09-171-1/+5
* Add "Edit Router" to allow to change router typeAkihiro Motoki2014-08-301-0/+31
* Merge "Horizon changes for DVR"Jenkins2014-08-271-0/+2
|\
| * Horizon changes for DVRSaro Chandra Bhooshan2014-08-251-0/+2
* | Fix handling of missing external networkwoodm19792014-08-251-4/+10
|/
* Remove extraneous vim configuration commentsHe Yongli2014-05-061-2/+0
* Remove #noqa from most common imports and add them to import_exceptionsRadomir Dopieralski2014-01-071-3/+3
* Use memoized_method decorator in viewsRadomir Dopieralski2013-12-181-22/+21
* Adds router rules support to router detailsKevin Benton2013-10-161-22/+12
* Remove unused LOGlawrancejing2013-09-281-5/+0
* PEP8 E126 has been resolvedsimon2013-09-171-1/+1
* Enable H302 checkTatiana Mazur2013-08-221-10/+12
* Enable H201: do not write "except:"Kieran Spear2013-08-131-3/+3
* Enable pep8 F841 checking.Alex Gaynor2013-07-221-1/+1
* Enable H304 checkTatiana Mazur2013-07-161-3/+4
* update Quantum references to NeutronMark McClain2013-07-091-6/+6
* Sort imports alphabeticallyMatthias Runge2013-06-141-2/+3
* remove unused importsMatthias Runge2013-06-131-3/+0
* Allow non-admin users to clear router gateway properlyAkihiro MOTOKI2013-03-061-0/+42
* Support Quantum L3 functionNachi Ueno2013-01-071-0/+105