mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
Scripts: sort widgets #7821
This commit is contained in:
parent
2159b9a92f
commit
b6e2bb49d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue