Merge "Translating entity types in network topology"

This commit is contained in:
Jenkins
2013-10-08 04:22:14 +00:00
committed by Gerrit Code Review

View File

@@ -1,3 +1,4 @@
{% load i18n %}
<style type="text/css">
svg#topology_canvas {
font-family: sans-serif;
@@ -174,7 +175,7 @@ svg#topology_canvas g.loading .instance_normal .icon_bg {
<rect class="frame" x="0" y="0" rx="6" ry="6" width="90" height="50"></rect>
<g class="texts" pointer-events="none">
<rect class="texts_bg" x="1.5" y="32" width="87" height="17"></rect>
<text x="45" y="46" class="type">Router</text>
<text x="45" y="46" class="type">{% trans "Router" %}</text>
<text x="45" y="22" class="name">router</text>
</g>
<g class="icon" transform="translate(6,6)" pointer-events="none">
@@ -192,7 +193,7 @@ svg#topology_canvas g.loading .instance_normal .icon_bg {
<rect class="frame" x="0" y="0" rx="6" ry="6" width="90" height="50"></rect>
<g class="texts">
<rect class="texts_bg" x="1.5" y="32" width="87" height="17"></rect>
<text x="45" y="46" class="type">Instance</text>
<text x="45" y="46" class="type">{% trans "Instance" %}</text>
<text x="45" y="22" class="name">instance</text>
</g>
<g class="icon" transform="translate(6,6)">