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

patternfly / patternfly-react / 3171 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 13 Nov 2018 02:41PM UTC
Files 555
Run time 28s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Nov 2018 02:30PM UTC coverage: 81.272% (+0.1%) from 81.136%
3171.1

push

travis-ci

jeff-phillips-18
feat(DesktopViewer): introduce DesktopViewer component (#607)

The components unifies access to virtual machine/server console
connection via desktop (means non-browser) viewer application.

A button for downloading .vv file (of "application/x-virt-viewer" mime-type)
is rendered.
Console details are farther rendered in textual form to enable copy&paste
to a generic desktop viewer application.

This component implements common use case for any virtual machine/server
management application which provides remote console access.
First adopters of this component will be kubevirt/web-ui, ovirt-web-ui or Cockpit.

Examples of use:
 - <DesktopViewer spice={spice} vnc={vnc} />
 - <DesktopViewer spice={spice} vnc={vnc}>
     <div>My custom conent of more-info section</div>
   </DesktopViewer>
 - <DesktopViewer spice={spice}
                  onDownload={(fileName, content, mimeType) => {/* perform saveAs action */}}
                  onGenerate={({ console, type } => { return ({ content, fileName, mimeType });})} />

1412 of 2005 branches covered (70.42%)

Branch coverage included in aggregate %.

3765 of 4365 relevant lines covered (86.25%)

24.81 hits per line

Source Files on job 3171.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2621
  • Travis Job 3171.1
  • f001ef5c on github
  • Prev Job for on master (#3154.1)
  • Next Job for on master (#3173.1)
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

© 2026 Coveralls, Inc