Skip to content
Snippets Groups Projects
Commit 6444692d authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fixed the line break issue in result table!

parent 684cd868
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# You should have received a copy of the NIBIO Open Source License # You should have received a copy of the NIBIO Open Source License
# along with VIPSWeb. If not, see <http://www.nibio.no/licenses/>. # along with VIPSWeb. If not, see <http://www.nibio.no/licenses/>.
# #
# @author: Tor-Einar Skog # @author: Tor-Einar Skog
{% endcomment %} {% endcomment %}
{% load i18n l10n staticfiles forecast_extras %} {% load i18n l10n staticfiles forecast_extras %}
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<tbody> <tbody>
{% for result in forecast_results reversed %} {% for result in forecast_results reversed %}
<tr> <tr>
<td>{{ result.result_valid_time }}</td> <td style="white-space: nowrap;">{{ result.result_valid_time|date:"Y-m-d H:i" }}</td>
<td class="tableCellWarningStatus_{{ result.warning_status }}">&nbsp;</td> <td class="tableCellWarningStatus_{{ result.warning_status }}">&nbsp;</td>
{% for result_parameter in result_parameters %} {% for result_parameter in result_parameters %}
<td>{{ result.all_values|lookup:result_parameter.getNamespaceKey}}</td> <td>{{ result.all_values|lookup:result_parameter.getNamespaceKey}}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment