Skip to content

Commit

Permalink
core: frontend: views: SystemInformationView: Remove update call for …
Browse files Browse the repository at this point in the history
…system_information

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 7, 2022
1 parent 02c4f8a commit 7f8a55c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/frontend/src/views/SystemInformationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import Network from '@/components/system-information/Network.vue'
import Processes from '@/components/system-information/Processes.vue'
import SystemCondition from '@/components/system-information/SystemCondition.vue'
import system_information from '@/store/system-information'
import { callPeriodically } from '@/utils/helper_functions'
export default Vue.extend({
name: 'SystemInformationView',
Expand All @@ -82,8 +81,5 @@ export default Vue.extend({
page_selected: 'process',
}
},
mounted() {
callPeriodically(system_information.fetchSystem, 5000)
},
})
</script>

0 comments on commit 7f8a55c

Please sign in to comment.