Translating entity types in network topology
Change-Id: I8e52a15fe606562b7336fefd8c96a38a560a759a Partial-bug: #1226159
This commit is contained in:
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user