mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Scripts: sort widgets #7821
This commit is contained in:
parent
2159b9a92f
commit
b6e2bb49d4
@ -25,7 +25,7 @@
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
|
||||
WIDGETS=$(find src/opnsense/www/js/widgets -name "*.js")
|
||||
WIDGETS=$(find -s src/opnsense/www/js/widgets -name "*.js")
|
||||
|
||||
for WIDGET in ${WIDGETS}; do
|
||||
ENDPOINTS=$(grep -o 'this\.ajaxCall([^,)]*' ${WIDGET} | cut -c 15- |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user