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

patternfly / patternfly-react / 3171
78%

Build:
DEFAULT BRANCH: master
Ran 13 Nov 2018 02:41PM UTC
Jobs 1
Files 555
Run time 30s
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

pending completion
3171

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

Jobs
ID Job ID Ran Files Coverage
1 3171.1 13 Nov 2018 02:41PM UTC 0
81.27
Travis Job 3171.1
Source Files on build 3171
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3171
  • f001ef5c on github
  • Prev Build on master (#3154)
  • Next Build on master (#3173)
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