From ab4b961cb51e1e2322dc59af09166d679ddd23d3 Mon Sep 17 00:00:00 2001
From: Rodolfo Carvalho
Date: Sun, 24 May 2015 13:56:43 +0200
Subject: [PATCH] Show server hostname
---
openshift/templates/openshift/index.html | 9 +++++++--
openshift/views.py | 3 ++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/openshift/templates/openshift/index.html b/openshift/templates/openshift/index.html
index 62e16b6..b2215ed 100644
--- a/openshift/templates/openshift/index.html
+++ b/openshift/templates/openshift/index.html
@@ -10,8 +10,7 @@
body>div { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; }
code { background: #ffd; }
- #summary { background: #34383c; }
- #summary h1 { color: #fff; }
+ #summary, #hostname { background: #34383c; color: #fff; }
#explanation { background:#eee; }
#instructions { background:#f6f6f6; }
#instructions ol li { margin: 0.2em 0 0.2em 2em; }
@@ -47,4 +46,10 @@
before taking this project into a production environment.
+
+
+
+ Server hostname: {{ HOSTNAME }}
+
+