3 Commits

Author SHA1 Message Date
manchandavishal
68ad102c42 Address RemovedInDjango40Warning
django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(),
ungettext(), and ungettext_lazy() are deprecated in favor of the
functions that they’re aliases for: django.utils.translation.gettext(),
gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy().
For more info. please refer [1].

https://docs.djangoproject.com/en/4.0/releases/3.0/#id3

[1] https://review.opendev.org/c/openstack/horizon/+/827092

Change-Id: I204879b617d1bf0bdb5b793b3d11080af4ce0ef6
2023-01-17 10:28:17 +00:00
manchandavishal
bdc00ef34b 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: I738008187eb5ceae633f42eb0cedc774017ab79d
2022-04-29 17:31:21 +05:30
Shu Muto
7ebff515a7 Add hosts panel
This patch adds hosts panel that includes index view.

Change-Id: I1c51961ba33ed4117774df83cad7d5bc6f076f69
Partial-Implements: blueprint add-host-panel
2018-10-16 17:16:54 +09:00