diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 5d18a549..92a92e14 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -5,14 +5,7 @@ %> <%def name="headerIncludes()"> - + %def> <%def name="body()"> @@ -22,7 +15,15 @@
@@ -898,7 +899,6 @@ } }); - initActions(); initConfigCheckbox("#api_enabled"); initConfigCheckbox("#enable_https"); diff --git a/data/interfaces/default/css/plexwatch.css b/data/interfaces/default/css/plexwatch.css index 661fbae1..6a676997 100644 --- a/data/interfaces/default/css/plexwatch.css +++ b/data/interfaces/default/css/plexwatch.css @@ -6650,7 +6650,7 @@ button.close { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; - width: 82%; + width: 80%; margin-right: 5px; float: left; } @@ -6665,7 +6665,7 @@ button.close { overflow: hidden; white-space: nowrap; font-size: 14px; - width: 82%; + width: 80%; margin-right: 5px; color: #fff; float: left; diff --git a/data/interfaces/default/current_activity.html b/data/interfaces/default/current_activity.html new file mode 100644 index 00000000..7890c3e7 --- /dev/null +++ b/data/interfaces/default/current_activity.html @@ -0,0 +1,99 @@ +% if activity is not None: + % if activity['stream_count'] != '0': + % for a in activity['sessions']: +