From 31434d6cc68b9d06720cdb388390cdb55d916b58 Mon Sep 17 00:00:00 2001 From: Mator Date: Mon, 9 Jan 2017 14:59:02 -0800 Subject: [PATCH] now displaying a flag "DUMB" alongside plugin metadata when the plugin has the used_dummy_plugins flag set to true --- .../app/assets/stylesheets/components/pluginMetadata.scss | 5 +++++ .../public/resources/directives/shared/pluginMetadata.html | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mod-picker/app/assets/stylesheets/components/pluginMetadata.scss b/mod-picker/app/assets/stylesheets/components/pluginMetadata.scss index a665274c1..609588b92 100644 --- a/mod-picker/app/assets/stylesheets/components/pluginMetadata.scss +++ b/mod-picker/app/assets/stylesheets/components/pluginMetadata.scss @@ -22,4 +22,9 @@ plugin-metadata { color: $success_secondary; border: 1px solid $success_secondary; } + + .dummy-flag { + color: $error_secondary; + border: 1px solid $error_secondary; + } } \ No newline at end of file diff --git a/mod-picker/public/resources/directives/shared/pluginMetadata.html b/mod-picker/public/resources/directives/shared/pluginMetadata.html index 08f0f103b..c47a9ad66 100644 --- a/mod-picker/public/resources/directives/shared/pluginMetadata.html +++ b/mod-picker/public/resources/directives/shared/pluginMetadata.html @@ -1,7 +1,8 @@
Filename
{{plugin.filename}} - ESM + ESM + DUMB