Skip to content

Commit

Permalink
Add custom-perspective example readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 13, 2013
1 parent e774b71 commit 0d5e0ad
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
9 changes: 7 additions & 2 deletions FAQ.md
Expand Up @@ -76,9 +76,14 @@ Here are some [sample](https://github.com/hawtio/hawtio/issues/103) [issues](htt

So whether the hawtio wiki is used for documentation, to link to various hawtio and external resources, to create custom mashups or happy pages or to provide new plugin views--all the content of the wiki is audited, versioned and stored in git so it's easy to see who changed what, when and to roll back changes, etc.

### Problems using hawtio
### Problems/General Questions about using hawtio

Questions relating to errors you get while using hawtio or other general questions:

#### How can I hide or move tabs to different perspectives?

An easy way is to use a plugin to reconfigure the default perspective definition. Have a look at the [custom-perspective](https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/custom-perspective) for a plugin-based solution.

Questions relating to errors you get while using hawtio:

#### Provider sun.tools.attach.WindowsAttachProvider could not be instantiated: java.lang.UnsatisfiedLinkError: no attach in java.library.path

Expand Down
30 changes: 25 additions & 5 deletions doc/Plugins.md
Expand Up @@ -168,14 +168,34 @@ The following plugins are not intended to be used by users of hawtio, but are th
<table class="table">
<tr>
<th>Plugin</th>
<th>Source</th>
<th>Description</th>
<th>Source</th>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/simple-plugin">simple-plugin</a></td>
<td>A very simple hello world plugin implemented as a separate plugin</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/simple-plugin">simple-plugin</a></td>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/custom-perspective">custom-perspective</a></td>
<td>A simple plugin that edits hawtio's default perspective definition, used to show or hide tabs and group tabs into different perspectives, implemented as a separate plugin</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/custom-perspective">custom-perspective</a></td>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-karaf-terminal">hawtio-karaf-terminal</a></td>
<td>A terminal plugin brought over from Apache Felix that uses Ajax term in the front-end to implement a terminal in hawtio when it's running in an Apache Karaf based container.</td>
<td><a href=https://github.com/hawtio/hawtio/tree/master/hawtio-karaf-terminal">hawtio-karaf-terminal</a></td>
</tr>
<tr>
<td><a href="https://github.com/jboss-fuse/fuse/blob/master/insight/insight-kibana3/src/main/webapp/js/kibana3Plugin.js">insight-kibana3</a></td>
<td>A hawtio plugin that embeds the kibana3 frontend for Elastic Search into hawtio. Source link is to the plugin definition, had to tell hawtio where to find all of kibana3's javascript files in <a href="https://github.com/jboss-fuse/fuse/blob/master/insight/insight-kibana3/pom.xml">the pom.xml</a></td>
<td><a href="https://github.com/jboss-fuse/fuse/blob/master/insight/insight-kibana3/src/main/webapp/js/kibana3Plugin.js">insight-kibana3</a></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td><a href="https://github.com/jboss-fuse/fuse/tree/master/insight/insight-eshead/src/main/webapp/hawtio">insight-eshead</a></td>
<td>A plugin that embeds the ESHead elastic search frontend into hawtio, source link points to the hawtio specific stuff</td>
<td><a href="https://github.com/jboss-fuse/fuse/tree/master/insight/insight-eshead/src/main/webapp/hawtio">insight-eshead</a></td>
</tr>
</table>

If you create a new external plugin to hawtio please fork this repository and update this file to add a link to your plugin and [submit a pull request](http://hawt.io/contributing/index.html).
If you create a new external plugin to hawtio please fork this repository, update this file to add a link to your plugin and [submit a pull request](http://hawt.io/contributing/index.html).

0 comments on commit 0d5e0ad

Please sign in to comment.