← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1421073] [NEW] can't add a new panel to admin dashboard

 

Public bug reported:

I am trying to add a new panel into admin dashboard and following the
sample in the _50_admin_add_panel_py.example in the enabled folder. But
the server gives the error "tuple has no method of append".

Then, I figured in line 23 of
openstack_dashboard.dashboards/admin/dashboard.py, panels is a tuple.
After I change it into an array. it seems OK.

So please either fix the sample or the admin dashboard. Also, this way
to add a new panel can't specify the location of the new panel appearing
in the navigation bar on the left.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1421073

Title:
  can't add a new panel to admin dashboard

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  I am trying to add a new panel into admin dashboard and following the
  sample in the _50_admin_add_panel_py.example in the enabled folder.
  But the server gives the error "tuple has no method of append".

  Then, I figured in line 23 of
  openstack_dashboard.dashboards/admin/dashboard.py, panels is a tuple.
  After I change it into an array. it seems OK.

  So please either fix the sample or the admin dashboard. Also, this way
  to add a new panel can't specify the location of the new panel
  appearing in the navigation bar on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1421073/+subscriptions


Follow ups

References