mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
add a hidden page to the dashboard menu
This commit is contained in:
parent
4166aed39d
commit
e6b60f99c4
@ -307,6 +307,12 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
||||
pageIds: ["devicesPage", "devicePage"],
|
||||
icon: "devices"
|
||||
});
|
||||
links.push({
|
||||
name: globalize.translate("HeaderActivity"),
|
||||
href: "serveractivity.html",
|
||||
pageIds: ["serverActivityPage"],
|
||||
icon: "assessment"
|
||||
});
|
||||
links.push({
|
||||
name: globalize.translate("DLNA"),
|
||||
href: "dlnasettings.html",
|
||||
|
@ -1,13 +1,10 @@
|
||||
<div id="serverActivityPage" data-role="page" class="page type-interior serverActivityPage noSecondaryNavPage" data-title="${HeaderActivity}">
|
||||
|
||||
<div>
|
||||
<div class="content-primary">
|
||||
|
||||
<div class="verticalSection">
|
||||
<h2 class="sectionTitle">
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="readOnlyContent">
|
||||
<div class="paperList activityItems" data-activitylimit="100">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user