diff --git a/src/webui/service/templates/base.html b/src/webui/service/templates/base.html
index a32c575c77e48dc4c0c4f61e3d9adc6d765d1591..d5f748eae43531bc58951aa44b24c5272d230883 100644
--- a/src/webui/service/templates/base.html
+++ b/src/webui/service/templates/base.html
@@ -144,7 +144,7 @@
     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-kQtW33rZJAHjgefvhyyzcGF3C5TFyBQBA13V1RKPf4uH+bwyzQxZ6CmMZHmNBEfJ" crossorigin="anonymous"></script>
     <!-- <script src="{{ url_for('static', filename='site.js') }}"/> -->
     <script>
-      document.getElementById("grafana_link").href = window.location.protocol + "//" + window.location.hostname + ":3000"
+      document.getElementById("grafana_link").href = window.location.protocol + "//" + window.location.hostname + ":30300"
     </script>
     <!-- Option 2: Separate Popper and Bootstrap JS -->
     <!--
diff --git a/src/webui/service/templates/main/home.html b/src/webui/service/templates/main/home.html
index aa76559c5c001fa0d2174dc03278c91bd32855af..2134a3a87abde0d8c6af69dbc136819a4fbbf1c1 100644
--- a/src/webui/service/templates/main/home.html
+++ b/src/webui/service/templates/main/home.html
@@ -17,8 +17,7 @@
 {% extends 'base.html' %}
 
 {% block content %}
-    <h1>This is the home page</h1>
-    <p>Here we have have several things.</p>
+    <h1>TeraFlow OS SDN Controller</h1>
 
     {% for field, message in context_form.errors.items() %}
         <div class="alert alert-dismissible fade show" role="alert">
diff --git a/src/webui/service/templates/service/detail.html b/src/webui/service/templates/service/detail.html
index e8253ddd88f32f3aeeda9f97ee5cb10dad0209ce..77988c74c1f004fe872961ac50aabe9cede8dc65 100644
--- a/src/webui/service/templates/service/detail.html
+++ b/src/webui/service/templates/service/detail.html
@@ -23,7 +23,7 @@
         <div class="col-sm-3">
             <button type="button" class="btn btn-success" onclick="window.location.href = '/service/'">
                 <i class="bi bi-box-arrow-in-left"></i>
-                Back to device list
+                Back to service list
             </button>
         </div>
         <div class="col-sm-3">
@@ -33,7 +33,7 @@
             </a>
         </div>
         <div class="col-sm-3">
-            <!-- <button type="button" class="btn btn-danger"><i class="bi bi-x-square"></i>Delete device</button> -->
+            <!-- <button type="button" class="btn btn-danger"><i class="bi bi-x-square"></i>Delete service</button> -->
             <button type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#deleteModal">
                 <i class="bi bi-x-square"></i>Delete service
               </button>
@@ -82,7 +82,7 @@
     <div class="modal-dialog">
       <div class="modal-content">
         <div class="modal-header">
-          <h5 class="modal-title" id="staticBackdropLabel">Delete device?</h5>
+          <h5 class="modal-title" id="staticBackdropLabel">Delete service?</h5>
           <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
         </div>
         <div class="modal-body">