blesta / module-pterodactyl

Blesta API integration with Pterodactyl
MIT License
12 stars 7 forks source link

Status badge is not auto-refreshed on client action page #24

Closed JReissmueller closed 4 years ago

JReissmueller commented 4 years ago

On the "Actions" tab in the client interface, when we start, stop, or restart a server the page is reloaded. After that we use ajax to auto-refresh the page so that we can see when the server action is complete and the status is update without manually reloading the page.

It seems that when we do this, we only refresh the portion of the page with the action buttons, but not the part with the status badge.

The admin page looks like it doesn't have this problem.