unlocalize vm id
This commit is contained in:
		
					parent
					
						
							
								c9ee9f6ec3
							
						
					
				
			
			
				commit
				
					
						849cdec0e2
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
{% extends "hosting/base_short.html" %}
 | 
					{% extends "hosting/base_short.html" %}
 | 
				
			||||||
{% load staticfiles bootstrap3 i18n %}
 | 
					{% load staticfiles bootstrap3 i18n l10n %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<div class="dashboard-container">
 | 
					<div class="dashboard-container">
 | 
				
			||||||
    <div class="dashboard-container-head">
 | 
					    <div class="dashboard-container-head">
 | 
				
			||||||
| 
						 | 
					@ -40,7 +40,7 @@
 | 
				
			||||||
            <tbody>
 | 
					            <tbody>
 | 
				
			||||||
                {% for vm in vms %}
 | 
					                {% for vm in vms %}
 | 
				
			||||||
                    <tr>
 | 
					                    <tr>
 | 
				
			||||||
                        <td data-header="ID">{{vm.vm_id}}</td>
 | 
					                        <td data-header="ID">{{vm.vm_id|unlocalize}}</td>
 | 
				
			||||||
                        <td data-header="IPv4">{% if vm.ipv4 %}{{vm.ipv4}}{% endif %}</td>
 | 
					                        <td data-header="IPv4">{% if vm.ipv4 %}{{vm.ipv4}}{% endif %}</td>
 | 
				
			||||||
                        <td data-header="IPv6">{% if vm.ipv6 %}{{vm.ipv6}}{% endif %}</td>
 | 
					                        <td data-header="IPv6">{% if vm.ipv6 %}{{vm.ipv6}}{% endif %}</td>
 | 
				
			||||||
                        <td data-header="{% trans 'Status' %}">
 | 
					                        <td data-header="{% trans 'Status' %}">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue