You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
I can not understand
1、how @binux managed to update task status dynamically, by ajax polling or websocket?
2、what is the use of ":data-value" in template "index.html" ? for example : <td v-for="type in '5m,1h,1d,all'.split(',')" class="project-progress progress-{{* type }}" :title="project.progress[type].title" :data-value="project.progress[type].task">
Thanks anyone if you can give some tips
The text was updated successfully, but these errors were encountered:
I was learning django
I can not understand
1、how @binux managed to update task status dynamically, by ajax polling or websocket?
2、what is the use of ":data-value" in template "index.html" ? for example :
<td v-for="type in '5m,1h,1d,all'.split(',')" class="project-progress progress-{{* type }}" :title="project.progress[type].title" :data-value="project.progress[type].task">
Thanks anyone if you can give some tips
The text was updated successfully, but these errors were encountered: