diff --git a/src/components/viewComponents/connectComponents/hostCard.vue b/src/components/viewComponents/connectComponents/hostCard.vue index 26cf4df9..3422586c 100644 --- a/src/components/viewComponents/connectComponents/hostCard.vue +++ b/src/components/viewComponents/connectComponents/hostCard.vue @@ -76,6 +76,7 @@ export default { // Tell the view that a snapshot is available this.snapshotAvailable = true // Set the snapshot image src to the snapshot URL + // Note, we add a timestamp argument to act as a cache-breaker this.snapshotSrc = `${this.snapshotURL}?${Date.now()}` // If not already polling, start polling if (this.polling === null) { @@ -118,7 +119,7 @@ export default { } img[data-src][src*='data:image'] { - background: rgba(0,0,0,0.1); + background: rgba(127,127,127,0.1); } \ No newline at end of file