Fix topics and subscriptions dispaly error (#148)

Fix #133 #132

### Motivation
Fix the decimal point display problem. By default, two decimal places are reserved.

### Modifications
* Fix display
* Add header of cluster for topic and subscription
* Add subscription operation for partitioned page

13 files changed
tree: 5bb0a14a509d970d9b553ec0eb15aa241f6c7f68
  1. .github/
  2. docker/
  3. front-end/
  4. gradle/
  5. src/
  6. .gitignore
  7. build.gradle
  8. gradle.properties
  9. gradlew
  10. gradlew.bat
  11. Jenkinsfile
  12. LICENSE
  13. README.md
  14. VERSION
README.md

Pulsar Admin Manager

Front end is based on vue-element-admin.

Back end is based on spring boot.

Feature

  • Tenants Management
  • Namespaces Management
  • Topics Management
  • Subscriptions Management
  • Functions Management
  • Sources Management
  • Sinks Management
  • Brokers Management
  • Clusters Management
  • Bookies Management
  • Schemas Management
  • Integration grafana and prometheus
Front end

front-end-deploy