Преглед на файлове

What was I thinking huh?

causefx преди 7 години
родител
ревизия
8740d27d5b
променени са 1 файла, в които са добавени 16 реда и са изтрити 16 реда
  1. 16 16
      api/functions/organizr-functions.php

+ 16 - 16
api/functions/organizr-functions.php

@@ -905,6 +905,22 @@ function getSSO()
 				'value' => $GLOBALS['ssoPlex']
 			)
 		),
+		'Tautulli' => array(
+			array(
+				'type' => 'input',
+				'name' => 'tautulliURL',
+				'label' => 'Tautulli URL',
+				'value' => $GLOBALS['tautulliURL'],
+				'help' => 'Please make sure to use local IP address and port - You also may use local dns name too.',
+				'placeholder' => 'http(s)://hostname:port'
+			),
+			array(
+				'type' => 'switch',
+				'name' => 'ssoTautulli',
+				'label' => 'Enable',
+				'value' => $GLOBALS['ssoTautulli']
+			)
+		),
 		'Ombi' => array(
 			array(
 				'type' => 'input',
@@ -926,22 +942,6 @@ function getSSO()
 				'label' => 'Enable',
 				'value' => $GLOBALS['ssoOmbi']
 			)
-		),
-		'Tautulli' => array(
-			array(
-				'type' => 'input',
-				'name' => 'tautulliURL',
-				'label' => 'Tautulli URL',
-				'value' => $GLOBALS['tautulliURL'],
-				'help' => 'Please make sure to use local IP address and port - You also may use local dns name too.',
-				'placeholder' => 'http(s)://hostname:port'
-			),
-			array(
-				'type' => 'switch',
-				'name' => 'ssoTautulli',
-				'label' => 'Enable',
-				'value' => $GLOBALS['ssoTautulli']
-			)
 		)
 	);
 }