We joyfully announce the release of: venus-dashboard 4.0.0: Venus Horizon plugin This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/venus-dashboard Download the package from: https://tarballs.openstack.org/venus-dashboard/ Please report issues through: https://bugs.launchpad.net/openstack-venus/+bugs For more details, please see below. Changes in venus-dashboard 3.0.0..4.0.0 --------------------------------------- cc7900d venus-dashboard app duplicate d0a7345 replace deprecated ugettext_lazy 858791a log detect ability develop e04341c add log detect menu 4a365d8 delete debugger 474ae1a Log Error Check UI d20e714 Typical Error log api develop bugfix1 8c6c3d3 typical error log api develop d9c69b8 typical error log page develop Diffstat (except docs and test files) ------------------------------------- venus_dashboard/api/venus.py | 6 + venus_dashboard/api/venus_rest_api.py | 12 + .../enabled/_4050_admin_venus_panel_group.py | 2 +- .../enabled/_4070_admin_add_log_detect_panel.py | 36 +++ venus_dashboard/log_detect/__init__.py | 0 venus_dashboard/log_detect/panel.py | 22 ++ .../log_detect/templates/log_detect/index.html | 13 + venus_dashboard/log_detect/urls.py | 22 ++ venus_dashboard/log_detect/views.py | 23 ++ .../core/openstack-service-api/venus.service.js | 12 +- .../admin/venus/logError/logError.controller.js | 95 +++++- .../dashboard/admin/venus/logError/logError.html | 29 +- 13 files changed, 578 insertions(+), 23 deletions(-)