mirror of
https://github.com/strolch-li/strolch-wc-inspector.git
synced 2026-08-12 06:40:25 +02:00
Strolch WebComponent Inspector
- HTML 100%
Removed the `strolch-wc-configuration` component and its references from `strolch-wc-inspector.html` to clean up unused code. Updated version to 1.6.2 in `bower.json` to reflect this change. |
||
|---|---|---|
| demo | ||
| icons | ||
| .gitignore | ||
| bower.json | ||
| LICENSE | ||
| README.md | ||
| strolch-wc-audits-page.html | ||
| strolch-wc-components.html | ||
| strolch-wc-configuration-locales.json | ||
| strolch-wc-configuration.html | ||
| strolch-wc-control.html | ||
| strolch-wc-group.html | ||
| strolch-wc-groups.html | ||
| strolch-wc-inspector-behavior.html | ||
| strolch-wc-inspector-menu.html | ||
| strolch-wc-inspector-object.html | ||
| strolch-wc-inspector-objects.html | ||
| strolch-wc-inspector-paging-behavior.html | ||
| strolch-wc-inspector.html | ||
| strolch-wc-jobs.html | ||
| strolch-wc-operations-log.html | ||
| strolch-wc-parameter-config.html | ||
| strolch-wc-pats-locales.json | ||
| strolch-wc-pats.html | ||
| strolch-wc-policy-overview.html | ||
| strolch-wc-policy-types.html | ||
| strolch-wc-privilege-dialog.html | ||
| strolch-wc-role-privilege.html | ||
| strolch-wc-role.html | ||
| strolch-wc-roles.html | ||
| strolch-wc-sessions.html | ||
| strolch-wc-statistics.html | ||
| strolch-wc-user-management.html | ||
| strolch-wc-users.html | ||
strolch-wc-inspector
Strolch WebComponent Inspector
Configuration UI
The inspector now includes a UI for managing the Strolch configuration and policy model.
Usage
- Open the Inspector.
- Select "Configuration" from the system menu.
- View and update the core Strolch configuration (environment, etc.).
- View and update the policy model mappings.
REST API
The UI communicates with the following REST API endpoints:
GET /strolch/configuration/resource: Fetches the current configuration.PUT /strolch/configuration/resource: Updates the configuration.GET /strolch/configuration/policies: Fetches the policy model.PUT /strolch/configuration/policies: Updates the policy mappings.