Skip to content

Commit

Permalink
machines: Remove old noVNC reference
Browse files Browse the repository at this point in the history
Reference on old noVNC (prior 1.0.0 introduced newly
by patternfly-react) is removed.
  • Loading branch information
mareklibra authored and martinpitt committed Sep 23, 2018
1 parent 43cfc48 commit d9f746d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 299 deletions.
9 changes: 0 additions & 9 deletions pkg/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@ playground_DATA = \
dist/playground/extra.de.po: pkg/playground/extra.de.po
$(COPY_RULE)

dist/machines/base.css: node_modules/noVNC/include/base.css
$(COPY_RULE)

ovirtdir = $(pkgdatadir)/ovirt
ovirt_DATA = \
dist/ovirt/install.sh \
dist/ovirt/base.css \
$(NULL)

dist/ovirt/install.sh: pkg/ovirt/install.sh
$(COPY_RULE)

dist/ovirt/base.css: node_modules/noVNC/include/base.css
$(COPY_RULE)

metainfodir = ${datarootdir}/metainfo
metainfo_DATA = pkg/sosreport/org.cockpit-project.cockpit-sosreport.metainfo.xml \
pkg/kdump/org.cockpit-project.cockpit-kdump.metainfo.xml \
Expand All @@ -41,8 +34,6 @@ EXTRA_DIST += \
pkg/playground/extra.de.po \
pkg/users/mock \
pkg/lib/qunit-template.html \
node_modules/noVNC/package.json \
node_modules/noVNC/include/base.css \
pkg/ovirt/install.sh \
$(playground_DATA) \
$(pkg_TESTS) \
Expand Down
18 changes: 0 additions & 18 deletions pkg/machines/vnc.css

This file was deleted.

60 changes: 0 additions & 60 deletions pkg/machines/vnc.html

This file was deleted.

197 changes: 0 additions & 197 deletions pkg/machines/vnc.js

This file was deleted.

1 change: 0 additions & 1 deletion pkg/ovirt/vnc.css

This file was deleted.

1 change: 0 additions & 1 deletion pkg/ovirt/vnc.html

This file was deleted.

1 change: 0 additions & 1 deletion pkg/ovirt/vnc.js

This file was deleted.

12 changes: 0 additions & 12 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ var info = {
"machines/machines.less",
],

"machines/vnc": [
"machines/vnc.js",
],

"ovirt/vnc": [
"ovirt/vnc.js",
],

"networkmanager/network": [
"networkmanager/interfaces.js",
"networkmanager/utils.js"
Expand Down Expand Up @@ -205,16 +197,12 @@ var info = {

"machines/base.css",
"machines/index.html",
"machines/vnc.html",
"machines/vnc.css",

"networkmanager/index.html",
"networkmanager/firewall.html",
"networkmanager/manifest.json",

"ovirt/index.html",
"ovirt/vnc.html",
"ovirt/vnc.css",

"packagekit/index.html",

Expand Down

0 comments on commit d9f746d

Please sign in to comment.