Cleaned up media_cleaner_table.js and renamed to home.js. Updated table with no data to have a message.

This commit is contained in:
2026-01-27 08:09:03 -07:00
parent 669f59db15
commit e77f7dcd5f
4 changed files with 155 additions and 154 deletions

View File

@@ -57,8 +57,8 @@ public class Plugin : BasePlugin<PluginConfiguration>, IHasWebPages
},
new PluginPageInfo
{
Name = "media_cleaner_table.js",
EmbeddedResourcePath = string.Format(CultureInfo.InvariantCulture, "{0}.Pages.media_cleaner_table.js", GetType().Namespace),
Name = "home.js",
EmbeddedResourcePath = string.Format(CultureInfo.InvariantCulture, "{0}.Pages.home.js", GetType().Namespace),
},
new PluginPageInfo
{