adminfaces / admin-template

JSF responsive admin template based on Bootstrap and AdminLTE
https://adminfaces.github.io/docs/latest/#admin_template
MIT License
212 stars 101 forks source link

Adds option to making loading dialog closable #167

Closed rmpestano closed 5 years ago

rmpestano commented 5 years ago
Issue Overview

The loading dialog which is triggered by ajax request is not closable.

Add a admin-config property named admin.cloasableLoading to make loading dialog closable. The property is true by default.

Additional Information