<div>Hi sir,</div><div>     I have made several intances,for example: "admin,ps-15,bbb,192.168.0.4,m1.small-2GBmem-1VCPU-10GBdisk,Active,None,Running,edit instance".I want to add an item,such as 'Resize Flavor'  in list when you press the arrow button on the right of 'edit instance'.</div><div>       I have set the msgid and msgstr of 'Resize Flavor' in /usr/share/pyshared/horizon/locale/zh_CN/LC_MESSAGES,and then in /usr/share/pyshared/horizon/dashboards/nova/instances/tables.py,I imitate "class CreateSnapshot" etc,and add "class ResizeFlavor" in  "class Meta",but there have been no effect,</div><div>       I am sure the msgid and msgstr of 'Resize Flavor'  is useful as I have tried to replace such as "View Log" or "VNC Console". 'url' means the path such as "hoizon:nova:instances:detail", "classes" means the style as it shows in web or dialog.Do you have some good ideas?thank you!!!</div>