Quellcode durchsuchen

New Version aplha 200

causefx vor 8 Jahren
Ursprung
Commit
f3a1f3fbee
3 geänderte Dateien mit 10 neuen und 3 gelöschten Zeilen
  1. 1 1
      api/functions/static-globals.php
  2. 2 2
      js/functions.js
  3. 7 0
      js/version.json

+ 1 - 1
api/functions/static-globals.php

@@ -2,7 +2,7 @@
 
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.0-alpha.130';
+$GLOBALS['installedVersion'] = '2.0.0-alpha.200';
 // ===================================
 // Set GLOBALS from config file
 $GLOBALS['userConfigPath'] = dirname(__DIR__,1).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php';

+ 2 - 2
js/functions.js

@@ -2019,7 +2019,7 @@ function buildDownloaderItem(array, source, type='none'){
                             <td class="hidden-xs">`+v.size+`</td>
                             <td class="text-right">
 								<div class="progress progress-lg m-b-0">
-                                    <div class="progress-bar progress-bar-success" style="width: `+v.percentage+`%;" role="progressbar">`+v.percentage+`%</div>
+                                    <div class="progress-bar progress-bar-info" style="width: `+v.percentage+`%;" role="progressbar">`+v.percentage+`%</div>
                                 </div>
 							</td>
                         </tr>
@@ -2042,7 +2042,7 @@ function buildDownloaderItem(array, source, type='none'){
                             <td class="hidden-xs">`+v.size+`</td>
                             <td class="text-right">
 								<div class="progress progress-lg m-b-0">
-                                    <div class="progress-bar progress-bar-success" style="width: 100%;" role="progressbar">100%</div>
+                                    <div class="progress-bar progress-bar-info" style="width: 100%;" role="progressbar">100%</div>
                                 </div>
 							</td>
                         </tr>

+ 7 - 0
js/version.json

@@ -40,5 +40,12 @@
         "new": "Plugin Framework nearly complete|Added Mail Plugin",
         "fixed": "",
         "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
+    },
+	"2.0.0-alpha.200": {
+        "date":"2018-02-04 21:00",
+        "title": "Homepage Work Started",
+        "new": "Plex Streams on homepage|Plex Recent Added on homepage|Emby Streams on homepage|Emby Recent Added on homepage|SabNZBd on homepage",
+        "fixed": "Multiple things for performace",
+        "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
     }
 }