Fix some problem of namespace messageTTL and stats is empty (#150)

### Motivation
When modifying namespace policy, form messageTTL will jump, this is not correct
When the statistical data is empty, there is no need to load the data

### Modifications
* Add  @submit.native.prevent for messageTTL
* Check if namespaceStats is empty
1 file changed
tree: b8d84bc51b4a87de3f1a80f05fcc841139129dff
  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