diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d7ff863..efc3b03 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,7 +20,12 @@
+
+
+
+
+
@@ -76,7 +81,7 @@
-
+
@@ -100,8 +105,8 @@
-
+
@@ -301,7 +306,7 @@
-
+
1601453886631
diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css
index 8114922..d10eef0 100644
--- a/src/main/resources/static/css/main.css
+++ b/src/main/resources/static/css/main.css
@@ -189,3 +189,23 @@
margin-bottom: 20px;
}
+.headerName {
+ height: 20px;
+ padding: 5px;
+ width: 240px;
+ font-size: 18px;
+ background: #f0f0f0;
+ border: 1px solid lightgray;
+ border-radius: 5px;
+}
+
+.headerField {
+ height: 20px;
+ padding: 5px;
+ width: 240px;
+ font-size: 18px;
+ background: white;
+ border: 1px solid lightgray;
+ border-radius: 5px;
+}
+
diff --git a/src/main/resources/static/img/icons8-cancel-64.png b/src/main/resources/static/img/icons8-cancel-64.png
new file mode 100644
index 0000000..da75c0b
Binary files /dev/null and b/src/main/resources/static/img/icons8-cancel-64.png differ
diff --git a/src/main/resources/static/img/icons8-down-arrow-40.png b/src/main/resources/static/img/icons8-down-arrow-40.png
new file mode 100644
index 0000000..7f9c67b
Binary files /dev/null and b/src/main/resources/static/img/icons8-down-arrow-40.png differ
diff --git a/src/main/resources/static/img/icons8-plus-48.png b/src/main/resources/static/img/icons8-plus-48.png
new file mode 100644
index 0000000..a4ffd9a
Binary files /dev/null and b/src/main/resources/static/img/icons8-plus-48.png differ
diff --git a/src/main/resources/static/img/update-button.png b/src/main/resources/static/img/update-button.png
new file mode 100644
index 0000000..3a72824
Binary files /dev/null and b/src/main/resources/static/img/update-button.png differ
diff --git a/src/main/resources/static/js/uianimation.js b/src/main/resources/static/js/uianimation.js
index 71c46a5..4198c52 100644
--- a/src/main/resources/static/js/uianimation.js
+++ b/src/main/resources/static/js/uianimation.js
@@ -27,3 +27,24 @@ function createMessageTab() {
$("#optional").click(changeAdvancedVisibility);
$(".menuFactory").click(createMessageTab);
+
+// var key = $("#headerKey");
+// var value = $("#headerValue");
+// function addHeaderTableRow(){
+// var headerTable = document.getElementById("headerTable");
+// headerTable.innerHTML +=
+// '' +
+// '| ' +
+// '' +
+// ' | ' +
+// '' +
+// '' +
+// ' | ' +
+// '
';
+// key.html("");
+// value.html("");
+// // alert("key: " + key.val() +
+// // "\n" + "value: " + value.val());
+// }
+
+// key.keypress(function(e){ if(e.key == 'Enter') addHeaderTableRow()});
diff --git a/src/main/resources/templates/mock.html b/src/main/resources/templates/mock.html
index c46756e..e51e1dd 100644
--- a/src/main/resources/templates/mock.html
+++ b/src/main/resources/templates/mock.html
@@ -60,18 +60,27 @@
Value |
- |
-
-
+
|
+