diff --git a/rd_ui/Gruntfile.js b/rd_ui/Gruntfile.js index ab51fd0fd5..374e0cd6e3 100644 --- a/rd_ui/Gruntfile.js +++ b/rd_ui/Gruntfile.js @@ -249,7 +249,7 @@ module.exports = function (grunt) { '.htaccess', 'bower_components/**/*', 'images/{,*/}*.{gif,webp}', - 'styles/fonts/*' + 'fonts/*' ] }, { expand: true, diff --git a/rd_ui/app/fonts/glyphicons-halflings-regular.eot b/rd_ui/app/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000000..87eaa43423 Binary files /dev/null and b/rd_ui/app/fonts/glyphicons-halflings-regular.eot differ diff --git a/rd_ui/app/fonts/glyphicons-halflings-regular.svg b/rd_ui/app/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000000..5fee068549 --- /dev/null +++ b/rd_ui/app/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/rd_ui/app/fonts/glyphicons-halflings-regular.ttf b/rd_ui/app/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000000..be784dc1d5 Binary files /dev/null and b/rd_ui/app/fonts/glyphicons-halflings-regular.ttf differ diff --git a/rd_ui/app/fonts/glyphicons-halflings-regular.woff b/rd_ui/app/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000000..2cc3e4852a Binary files /dev/null and b/rd_ui/app/fonts/glyphicons-halflings-regular.woff differ diff --git a/rd_ui/app/index.html b/rd_ui/app/index.html index 858c7dd310..dd09361858 100644 --- a/rd_ui/app/index.html +++ b/rd_ui/app/index.html @@ -8,12 +8,12 @@ + - @@ -66,10 +66,9 @@
- - + diff --git a/rd_ui/bower.json b/rd_ui/bower.json index b7ff4ed63a..6779f431df 100644 --- a/rd_ui/bower.json +++ b/rd_ui/bower.json @@ -16,7 +16,8 @@ "angular-resource": "1.0.7", "angular-growl": "~0.3.1", "pivottable": "git@github.com:arikfr/pivottable.git#master", - "cornelius": "git@github.com:restorando/cornelius.git" + "cornelius": "git@github.com:restorando/cornelius.git", + "gridster": "~0.2.0" }, "devDependencies": { "angular-mocks": "~1.0.7",