Skip to content

Commit

Permalink
Version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ramz committed Jun 30, 2017
1 parent e6f9199 commit b7bcc89
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 7 deletions.
Binary file not shown.
File renamed without changes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -19,7 +19,7 @@
"containers": [
{
"name": "arkisadminfrontend",
"image": "chumbo/arkisadminfrontend:3.0",
"image": "chumbo/arkisadminfrontend:3.3",
"ports": [
{
"containerPort": 80,
Expand Down
Expand Up @@ -19,7 +19,7 @@
"containers": [
{
"name": "arkisloginfrontend",
"image": "chumbo/arkisloginfrontend:3.0",
"image": "chumbo/arkisloginfrontend:3.3",
"ports": [
{
"containerPort": 80,
Expand Down
Expand Up @@ -19,7 +19,7 @@
"containers": [
{
"name": "arkisuserfrontend",
"image": "chumbo/arkisuserfrontend:3.1",
"image": "chumbo/arkisuserfrontend:3.3",
"ports": [
{
"containerPort": 80,
Expand Down
2 changes: 1 addition & 1 deletion containers/Frontend/AdminFrontend/index.html
Expand Up @@ -25,7 +25,7 @@
</head>
<body class="container-fluid">
<div class="row">
<div class="col-md-6"><h1 id="title_arkis_id" style="color:pink;">ARKIS 3.0 - ADMIN</h1></div>
<div class="col-md-6"><h1 id="title_arkis_id" style="color:pink;">ARKIS 3.3 - ADMIN</h1></div>
<br>
<div class="col-md-2"><label for="select_user">Welcome: </label><select disabled id="select_user" style="width: 100%"></select></div>
<div class="col-md-4">
Expand Down
2 changes: 1 addition & 1 deletion containers/Frontend/AdminFrontend/index.js
@@ -1,6 +1,6 @@
$(document).ready(function(){
var host = document.location.hostname;
var port_documents = 30000;
var port_documents = 31999;
var port_users = 30001;
var port_data = 30002;
var port_migrate = 30003;
Expand Down
2 changes: 1 addition & 1 deletion containers/Frontend/LoginFrontend/login.html
Expand Up @@ -25,7 +25,7 @@
<body>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-5"><h1 id="title_arkis_id" style="color:pink;">ARKIS 3.0</h1></div>
<div class="col-md-5"><h1 id="title_arkis_id" style="color:pink;">ARKIS 3.3</h1></div>
<br>
<div class="col-md-2"></div>
<div class="col-md-4"></div>
Expand Down
2 changes: 1 addition & 1 deletion containers/Frontend/UserFrontend/index.html
Expand Up @@ -24,7 +24,7 @@
</head>
<body class="container-fluid">
<div class="row">
<div class="col-md-6"><h1 id="title_arkis_id" style="color:pink;">ARKIS 3.0</h1></div>
<div class="col-md-6"><h1 id="title_arkis_id" style="color:pink;">ARKIS 3.3</h1></div>
<br>
<div class="col-md-2"><label for="select_user">Welcome: </label><select disabled id="select_user" style="width: 100%"></select></div>
<div class="col-md-4">
Expand Down

0 comments on commit b7bcc89

Please sign in to comment.