horizon/openstack_dashboard/dashboards/admin/instances
Akihiro Motoki ed4c4b3442 I18n cleanup on recent merged changes
* (admin/instances/tables.py)
  _(" ") is confusing to translators. We already use an empty string ""
  in the project instance table, so there is no need to use a string
  only with a space.
* (project/instances/templates/instances/_detail_overview.html)
  "Locked" in the instance detail template means an attribute name.
  The word "locked" is potentially used in various contexts:
  passive voice, adjective or some name like attribute name.
  We can clarify the meaning of the string by using gettext context.
* (Angular workflow/launch-instance/keypair/create-keypair.html)
  <label> with "translate" attribute leads to an extracted string
  with HTML tagws. It can be avoided by using <translate> tag.
  The fix is same as what were fixed in commit fcd30d95e8.

Change-Id: Ib30306d82e45d81188393d4965493abac93699e3
2017-06-20 10:11:59 +00:00
..
templates/instances Add default common template to python table views 2017-01-05 08:59:35 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
forms.py Merge "Check the target host before live migrating a instance" 2017-04-26 09:45:58 +00:00
panel.py Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
tables.py I18n cleanup on recent merged changes 2017-06-20 10:11:59 +00:00
tabs.py Remove link for user id field on project action log 2017-03-12 18:22:36 +00:00
tests.py Check the target host before live migrating a instance 2017-04-26 00:58:39 -07:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Add futurist to requirements.txt explicitly 2017-04-16 09:03:27 +00:00