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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user