Commit Graph

8 Commits

Author SHA1 Message Date
manchandavishal 72e898910f Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path(). For more info see [1]
These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] https://review.opendev.org/c/openstack/horizon/+/827093

Change-Id: I3e95a2ec718b473ffed698652f6bdaba4e9de8a5
2022-04-29 16:44:49 +05:30
Rajiv Kumar ac86dfc55c Removed unnecessary utf-8 encoding
Change-Id: I8195c77f1da137877346f3dc395f71b42cd33086
2017-01-11 08:36:15 +05:30
Gal Margalit a0262daa05 Workflow list - added missing fields
Screenshots: http://pho.to/AZ4L6

Change-Id: I1947e0c4c65eac2204354ac753275ee1016f68f8
2016-12-20 12:12:23 +00:00
zhangguoqing 5c622043ab Update URLs to Django 1.8 style
django.conf.urls.patterns() is deprecated since 1.8.
We should not use patterns(), so this patch updates URLs to
1.8 style.

Change-Id: Ida48baed98da4aeabdfdfc2f02b21bc588311161
Closes-Bug: #1539354
2016-02-10 13:20:28 +08:00
Zhenguo Niu 85a20944cc Add update workflow support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: Idcd728fd5788ff126026628899c3c232eee8470f
2015-07-15 15:09:57 +08:00
Zhenguo Niu d01d6206cf Add create workflow support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: I55a5ea17acbb1ef0b8290d7f7317337134954b76
2015-07-14 17:20:49 +08:00
Zhenguo Niu 39da85ad29 Show workflow definition
Add a link to workflow name field to show the definition.

Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: I02aacd2db80c4a3edd721fb39e016af52040ecbb
2015-07-09 09:23:31 +00:00
Kirill Izotov bb03d06ebe Modify to use API v2
Change-Id: Iacaab88d7ce8618aa7331e8cb7f23c69191e5f49
Implements: blueprint mistral-ui
2014-09-15 14:57:59 +07:00