diff options
Diffstat (limited to 'it/it-plugins/server-plugin/src')
-rw-r--r-- | it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb b/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb deleted file mode 100644 index b98754d9605..00000000000 --- a/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb +++ /dev/null @@ -1,12 +0,0 @@ -<table> - <thead> - <tr> - <th>Property</th> - <th>Value</th> - </tr> - </thead> - <tr> - <td>some-property</td> - <td id="some-property"><%= configuration('some-property') -%></td> - </tr> -</table> |