From 0cf6b232ac9cf128ee9183a27c08f4f74ab2e2e6 Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 28 Sep 2017 03:47:54 -0400 Subject: add api&web services for cvp JIRA: DOVETAIL-512 add api&web services for cvp Change-Id: I9ef9525e980fe61dc3108035ef9a3ff8783b2697 Signed-off-by: grakiss --- .../dist/fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../dist/fonts/glyphicons-halflings-regular.svg | 288 +++++++++++++++++++++ .../dist/fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../dist/fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../dist/fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes 5 files changed, 288 insertions(+) create mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot create mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg create mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf create mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff create mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (limited to 'cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts') diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 00000000..b93a4953 Binary files /dev/null and b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot differ diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..94fb5490 --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000..1413fc60 Binary files /dev/null and b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf differ diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000..9e612858 Binary files /dev/null and b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff differ diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 00000000..64539b54 Binary files /dev/null and b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 differ -- cgit 1.2.3-korg