7 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
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
Liat Fried
e93c979197 Mistral-dashboard: Actions screen
Added “Run Action” screen to each row
which allows of a specific action execution run.

Added "Filter Action" to actions list.

Print screen
http://pasteboard.co/vRURv4E.png
http://pasteboard.co/VqKFjEw.png

Partially implements blueprint: Actions-screen-improvements
Closes-Bug: #1505665
Change-Id: I359b402bbb60defe40112c7c95c7e18351277107
2016-01-24 08:05:51 +00:00
Zhenguo Niu
386f8342a6 Add update action support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: I11241c2c5b8dd3e0f1115cf8bd7df160b7437f82
2015-08-11 23:56:43 +08:00
Zhenguo Niu
9f5ea7c56c Add create action support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: Ibb45f55e72ab37c3942a165b7f9a51522ce75d26
2015-08-11 23:56:12 +08:00
Zhenguo Niu
c85c3a6bbe Show Action definition
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: Ib275d2fb772278d081af69c56dca9d78c46c127c
2015-08-06 23:48:52 +00:00
Zhenguo Niu
c4822e3314 Add actions panel
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: I943c11c63dd5f12df82058a10bfd015d50d41d8c
2015-08-07 07:46:56 +08:00