forked from Helly1206/cockpit-stdplgin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
26 lines (19 loc) · 1.07 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cockpit-stdplgin v0.8.1
cockpit-stdplgin -- Standard plugin containing library modules for cockpit UI
================ == ======== ====== ========== ====== ======== === ======= ==
This plugin API is not heavily documented yet. It can be used as basic GUI for cockpit applications.
This version contains the following modules:
- tabPane (containing table or settings layout and loading spinners)
- dataTable (to display and edit various kind of tables)
- editForm (containing lots of input types)
- settingsEditForm (editForm for tabPane)
- modalDialog (default modal dialog popup)
- settingsDialog (modal dialog for displaying user defined settings)
- msgBox (message box in modal dialog)
- confimDialog (confirm dialog Yes/No Ok/Cancel in modal dialog)
- editDialog (editForm in modal dialog)
- fileDialog (file manager dialog in modal dialog)
- logger (to read log files page by page and auto update. Logging format: ['Date - Level - Module - Event']
That's all for now ...
Please send Comments and Bugreports to [email protected]
Installation script modified by github.com/kamilkobak