• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uw-it-aca / myuw / 8116728705

01 Mar 2024 08:16PM UTC coverage: 91.895%. Remained the same
8116728705

Pull #3081

github

web-flow
Merge a9689dd60 into 0cd2bf31b
Pull Request #3081: reapply Jim's drop openssl conf

17483 of 19025 relevant lines covered (91.89%)

9.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/myuw_vue/components/_common/cache-msg.vue
1
<template>
×
2
  <div
3
    class="myuw-text-sm text-dark-gray fst-italic"
4
    :class="[$mq === 'mobile' ? 'text-center' : 'text-end']"
5
  >
6
    Most updates become available after 15 minutes.
7
    <uw-pop-over selector="cache-msg" title="Data Update Policy" :content="message"/>
8
  </div>
9
</template>
10

×
11
<script>
12
import PopOver from './pop-over.vue';
×
13
export default {
14
  components: {
15
    'uw-pop-over': PopOver,
16
  },
17
  computed: {
18
    message() {
19
      return (
20
        '<p>Most data updates become available in MyUW every 15 minutes, but some can ' +
21
        'take up to four hours.</p>' +
22
        '<div>If you’re not seeing information you’d expect, please refresh the page at ' +
23
        "a later time. If you're still having issues email " +
24
        "<a href='mailto:help@uw.edu?subject=MyUW Question'>" +
25
        'help@uw.edu</a>.</div>'
26
      );
27
    },
28
  },
29
};
30
</script>
31

32
<style lang="scss" scoped>
33
@use 'sass:map';
34
@import '../../../myuw/static/css/myuw/variables.scss';
35
</style>
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc