Skip to content

Commit

Permalink
Fixes #24352: Plugin information is too empty when there is no plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaadF committed Mar 21, 2024
1 parent 8d6c265 commit 455c664
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@

.tooltip > .tooltip-inner {
padding: 0px !important;
}

.rudder-package-doc {
margin-top: 25px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ <h1>Plugins</h1>
</div>
<div class="main-details">
<div class="lift:administration.PluginManagement.display">
<div class="rudder-package-doc callout-fade callout-info">
<div class="marker"><span class="glyphicon glyphicon-info-sign"></span></div>
<p>Plugins are managed by the rudder package manager.</p>
<p>
You can consult the list of plugin with the command <b>rudder package list --all</b><br />
To consult the list of plugin already installed you can use the command <b>rudder package list</b><br />
Finally you can install a plugin with the command <b>rudder package install plugin-name</b><br />
</p>
<p>Rudder package manager comes with more command, to consult the help use the command <b>rudder package help</b></p>
</div>
<div class="inner-portlet plugin">
<h3 class="title-section" data-plugin="name">[Here comes the plugins name]</h3>
<p class="description" data-plugin="description">[Here comes the plugin description]</p>
Expand Down

0 comments on commit 455c664

Please sign in to comment.