+
+
+
+
Data Index Service
+
+
+
Your Data Index service is up and working!
+
+
+ Data Index service is a dedicated supporting service that stores the data related to the workflow and process
+ instances and their associated jobs. This service provides a GraphQL endpoint allowing users to query and
+ modify that data.
+
+
+
+
+
+
diff --git a/packages/data-index-webapp/src/styles.css b/packages/data-index-webapp/src/styles.css
new file mode 100644
index 00000000000..618ac178a41
--- /dev/null
+++ b/packages/data-index-webapp/src/styles.css
@@ -0,0 +1,70 @@
+body {
+ margin: 0px;
+ padding: 0px;
+}
+
+.maindiv {
+ font-family: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
+ background-color: #fff;
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 100vh;
+}
+
+.container {
+ text-align: center;
+ background-color: #fff;
+ max-width: 700px;
+}
+
+.logo img {
+ width: 80px;
+ height: auto;
+}
+
+h1 {
+ font-size: 48px;
+ color: #e44c3b;
+ padding-left: 15px;
+}
+
+h4 {
+ font-size: 30px;
+ color: #c94848;
+ margin-top: 10px;
+}
+
+p {
+ font-size: 16px;
+ color: #1f1e1e;
+ margin-top: 5px;
+ margin-bottom: 40px;
+}
+
+.btn {
+ padding: 10px 20px;
+ background-color: #e44c3b;
+ color: #fff;
+ text-decoration: none;
+ border-radius: 5px;
+ font-size: 16px;
+ transition: background-color 0.3s;
+}
+
+.btn:hover {
+ background-color: #c73828;
+}
+
+@media (prefers-color-scheme: dark) {
+ .maindiv,
+ .container {
+ background-color: #232121;
+ }
+
+ h4,
+ p {
+ color: #fefefe;
+ }
+}
diff --git a/packages/data-index-webapp/static/favicon.svg b/packages/data-index-webapp/static/favicon.svg
new file mode 100644
index 00000000000..8806924e382
--- /dev/null
+++ b/packages/data-index-webapp/static/favicon.svg
@@ -0,0 +1,44 @@
+
+
+
+
+
Jobs Service
+
+
+
Your Jobs service is up and working!
+
+
+ The Job Service facilitates the scheduled execution of tasks in a cloud environment. These tasks are
+ implemented by independent services, and can be started by using any of the Job Service supported interaction
+ modes, based on Http calls or Knative Events delivery.
+
+
+
+
+
+
diff --git a/packages/jobs-service-webapp/src/styles.css b/packages/jobs-service-webapp/src/styles.css
new file mode 100644
index 00000000000..c0d8af289e3
--- /dev/null
+++ b/packages/jobs-service-webapp/src/styles.css
@@ -0,0 +1,75 @@
+body {
+ margin: 0px;
+ padding: 0px;
+}
+
+.maindiv {
+ font-family: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
+ background-color: #fff;
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 100vh;
+}
+
+.container {
+ text-align: center;
+ background-color: #fff;
+ max-width: 700px;
+}
+
+.logo img {
+ width: 80px;
+ height: auto;
+}
+
+h1 {
+ font-size: 48px;
+ color: #e44c3b;
+ padding-left: 15px;
+}
+
+h4 {
+ font-size: 30px;
+ color: #c94848;
+ margin-top: 10px;
+}
+
+p {
+ font-size: 16px;
+ color: #1f1e1e;
+ margin-top: 5px;
+ margin-bottom: 40px;
+}
+
+.btn {
+ padding: 10px 20px;
+ background-color: #e44c3b;
+ color: #fff;
+ text-decoration: none;
+ border-radius: 5px;
+ font-size: 16px;
+ transition: background-color 0.3s;
+}
+
+.btn:hover {
+ background-color: #c73828;
+}
+
+.linkbutton {
+ display: flex;
+ justify-content: space-around;
+}
+
+@media (prefers-color-scheme: dark) {
+ .maindiv,
+ .container {
+ background-color: #232121;
+ }
+
+ h4,
+ p {
+ color: #fefefe;
+ }
+}
diff --git a/packages/jobs-service-webapp/static/favicon.svg b/packages/jobs-service-webapp/static/favicon.svg
new file mode 100644
index 00000000000..8806924e382
--- /dev/null
+++ b/packages/jobs-service-webapp/static/favicon.svg
@@ -0,0 +1,44 @@
+