Revamp of the Dashboard Lists

This commit includes the face lift for the lists on the dashboard.

Remaining items/Known errors are:
sort doesn't work on table columns
I need to remove sparklines from the project

fixing column resize issues and adding ellipses for

long text that overflows the table cell.

adding 20px spacing between columns

per request of Taufique

SmartStatus "running" icon and links for jobs list

removing JQuery's Sparklines lib

adding more padding to main layout

for nav and footer
This commit is contained in:
Jared Tabor
2015-11-16 17:44:27 -08:00
parent 521177130c
commit 8b3faa24e2
20 changed files with 398 additions and 3514 deletions
@@ -1,24 +0,0 @@
{
"name": "kapusta-jquery.sparkline",
"version": "2.1.3",
"main": "dist/jquery.sparkline.min.js",
"ignore": [
"Changelog.txt",
"Gruntfile.js",
"package.json",
".gitignore",
"bower.json",
"package.json",
"src"
],
"homepage": "https://github.com/kapusta/jquery.sparkline",
"_release": "2.1.3",
"_resolution": {
"type": "version",
"tag": "2.1.3",
"commit": "1d1d6a7db64b36e342141a4a5db73390fc8baf2f"
},
"_source": "git://github.com/kapusta/jquery.sparkline.git",
"_target": "^2.1.3",
"_originalSource": "kapusta-jquery.sparkline"
}
@@ -1,28 +0,0 @@
jQuery Sparklines
=================
This jQuery plugin makes it easy to generate a number of different types
of sparklines directly in the browser, using online a line of two of HTML
and Javascript.
The plugin has no dependencies other than jQuery and works with all modern
browsers and also Internet Explorer 6 and later (excanvas is not required
for IE support).
See the [jQuery Sparkline project page](http://omnipotent.net/jquery.sparkline/)
for live examples and documentation.
## License
Released under the New BSD License
(c) Splunk, Inc 2012
## About this fork
* The intent of this fork is to build the Javascript files with Grunt 0.4 and to check the built files into the repo.
* The min file is minified using [UglifyJS](https://github.com/mishoo/UglifyJS) with default settings.
* Checking in built files is [not what the original author wants](https://github.com/gwatts/jquery.sparkline/pull/77) in his repo.
* So why does this fork do that? Well, the built files will then be available to developers who use jquery.sparkline and use Bower for dependency management and Grunt to pluck the files they need in their project. This lets the developer avoid having to run Grunt in dependency directories (eg, node_modules) before running their own builds.
* In order to allow for tag level targeting via Bower, new tags will be made, starting at 2.1.3
@@ -1,6 +0,0 @@
{
"name": "kapusta-jquery.sparkline",
"version": "2.1.3",
"main": "dist/jquery.sparkline.min.js",
"ignore": ["Changelog.txt", "Gruntfile.js", "package.json", ".gitignore", "bower.json", "package.json", "src"]
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long