New logo! Thanks GeorgGearlQs!
Some changes in the settings screen,
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
<div class="form-group">
|
||||
<label for="pms_token">PMS Token</label>
|
||||
<input type="text" id="pms_token" name="pms_token" value="${config['pms_token']}" size="30" data-parsley-trigger="change" required>
|
||||
<p class="help-block">Token for Plex.tv authentication. This field is required.</p>
|
||||
<p class="help-block">Token for Plex.tv authentication.</p>
|
||||
</div>
|
||||
<p class="help-block"><a href="#pms-auth-modal" data-toggle="modal">Fetch Token</a></p>
|
||||
</fieldset>
|
||||
@@ -188,7 +188,7 @@
|
||||
<div class="form-group">
|
||||
<label for="pms_logs_folder">Logs Folder</label>
|
||||
<input type="text" id="pms_logs_folder" name="pms_logs_folder" value="${config['pms_logs_folder']}" size="30" data-parsley-trigger="change">
|
||||
<p class="help-block">Set the folder where your Plex Server logs are. <br/><a href="https://support.plex.tv/hc/en-us/articles/200250417-Plex-Media-Server-Log-Files" target="_blank">Click here</a> for help.</p>
|
||||
<p class="help-block">Set the folder where your Plex Server logs are. This is required if you enable IP logging.<br/><a href="https://support.plex.tv/hc/en-us/articles/200250417-Plex-Media-Server-Log-Files" target="_blank">Click here</a> for help.</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<!--
|
||||
|
@@ -6885,19 +6885,19 @@ button.close {
|
||||
color: #fff;
|
||||
}
|
||||
.logo {
|
||||
background: url(../images/logo-plexwatch.png);
|
||||
background-size: 120px 50px;
|
||||
background: url(../images/logo-plexpy.png);
|
||||
background-size: 170px 50px;
|
||||
min-height: 50px;
|
||||
min-width: 120px;
|
||||
min-width: 170px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
|
||||
.logo {
|
||||
background: url(../images/logo-plexwatch@2x.png);
|
||||
background-size: 120px 50px;
|
||||
background: url(../images/logo-plexpy@2x.png);
|
||||
background-size: 170px 50px;
|
||||
min-height: 50px;
|
||||
min-width: 120px;
|
||||
min-width: 170px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
BIN
data/interfaces/default/images/logo-plexpy.png
Normal file
BIN
data/interfaces/default/images/logo-plexpy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
data/interfaces/default/images/logo-plexpy@2x.png
Normal file
BIN
data/interfaces/default/images/logo-plexpy@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
@@ -15,7 +15,7 @@
|
||||
<option value="processed">processed</option>
|
||||
<option value="processed">grouped</option>
|
||||
</select>
|
||||
<p class="help-block">The table name from which you wish to import.</p>
|
||||
<p class="help-block">The table name from which you wish to import. Only import one of these, importing both will result in duplicated data.</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="import_ignore_interval">Ignore Interval</label>
|
||||
|
Reference in New Issue
Block a user