mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display sync services
This commit is contained in:
parent
5c5dc053c3
commit
2122465253
3 changed files with 13 additions and 1 deletions
|
@ -50,6 +50,10 @@
|
||||||
href: 'devicesupload.html',
|
href: 'devicesupload.html',
|
||||||
name: Globalize.translate('TabCameraUpload')
|
name: Globalize.translate('TabCameraUpload')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'appservices.html?context=sync',
|
||||||
|
name: Globalize.translate('TabServices')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'syncsettings.html',
|
href: 'syncsettings.html',
|
||||||
name: Globalize.translate('TabSettings')
|
name: Globalize.translate('TabSettings')
|
||||||
|
|
|
@ -390,6 +390,10 @@
|
||||||
href: 'devicesupload.html',
|
href: 'devicesupload.html',
|
||||||
name: Globalize.translate('TabCameraUpload')
|
name: Globalize.translate('TabCameraUpload')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'appservices.html?context=sync',
|
||||||
|
name: Globalize.translate('TabServices')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'syncsettings.html',
|
href: 'syncsettings.html',
|
||||||
name: Globalize.translate('TabSettings')
|
name: Globalize.translate('TabSettings')
|
||||||
|
|
|
@ -39,6 +39,10 @@
|
||||||
href: 'devicesupload.html',
|
href: 'devicesupload.html',
|
||||||
name: Globalize.translate('TabCameraUpload')
|
name: Globalize.translate('TabCameraUpload')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'appservices.html?context=sync',
|
||||||
|
name: Globalize.translate('TabServices')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'syncsettings.html',
|
href: 'syncsettings.html',
|
||||||
name: Globalize.translate('TabSettings')
|
name: Globalize.translate('TabSettings')
|
||||||
|
@ -74,7 +78,7 @@
|
||||||
|
|
||||||
Dashboard.showLoadingMsg();
|
Dashboard.showLoadingMsg();
|
||||||
|
|
||||||
LibraryMenu.setTabs('syncadmin', 2, getTabs);
|
LibraryMenu.setTabs('syncadmin', 3, getTabs);
|
||||||
var page = this;
|
var page = this;
|
||||||
|
|
||||||
ApiClient.getNamedConfiguration("sync").then(function (config) {
|
ApiClient.getNamedConfiguration("sync").then(function (config) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue