kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

UI Button Fix #82

Closed HeriLFIU closed 1 week ago

HeriLFIU commented 2 weeks ago

Closes #83

Summary

Some buttons were using the old on_clickinstead of the new @click. These buttons were updated accordingly to use the new @click.

Local Tests

The buttons were pressed and they functioned as should.