← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378560] [NEW] Customizing Horizon doc needs to be cleaned up

 

Public bug reported:

http://docs.openstack.org/developer/horizon/topics/customizing.html

Still refers to horizon.less file.

"To add icon to Table Action, use icon property. Example:

class CreateSnapshot(tables.LinkAction):
name = “snapshot” verbose_name = _(“Create Snapshot”) icon = “camera”"

This should be formatted so that each attribute is on a new line.

Possibly run through the tutorial to make sure everything works?

** Affects: horizon
     Importance: Undecided
     Assignee: Cindy Lu (clu-m)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Cindy Lu (clu-m)

-- 
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/1378560

Title:
  Customizing Horizon doc needs to be cleaned up

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  http://docs.openstack.org/developer/horizon/topics/customizing.html

  Still refers to horizon.less file.

  "To add icon to Table Action, use icon property. Example:

  class CreateSnapshot(tables.LinkAction):
  name = “snapshot” verbose_name = _(“Create Snapshot”) icon = “camera”"

  This should be formatted so that each attribute is on a new line.

  Possibly run through the tutorial to make sure everything works?

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


Follow ups

References