ソースを参照

Commented he.net in autocodegen

Toby Chui 3 ヶ月 前
コミット
eaf7d5633f
2 ファイル変更3 行追加4 行削除
  1. 1 1
      def.go
  2. 2 3
      web/snippet/dockerContainersList.html

+ 1 - 1
def.go

@@ -42,7 +42,7 @@ import (
 const (
 	/* Build Constants */
 	SYSTEM_NAME       = "Zoraxy"
-	SYSTEM_VERSION    = "3.1.4"
+	SYSTEM_VERSION    = "3.1.5"
 	DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
 
 	/* System Constants */

+ 2 - 3
web/snippet/dockerContainersList.html

@@ -54,10 +54,9 @@
       <div
         id="containersAddedList"
         class="ui middle aligned divided list"
-      >
-
-      </div>
+      ></div>
     </div>
+
     <script>
       // debounce function to prevent excessive calls to a function
       function debounce(func, delay) {