aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/Yardstick-TC011-1456495954966
diff options
context:
space:
mode:
authorrexlee8776 <limingjiang@huawei.com>2019-04-15 06:41:19 +0000
committerRex Lee <limingjiang@huawei.com>2019-04-18 07:30:42 +0000
commit368522d45d71d3bc40a337e4482ff0d5222defcf (patch)
treeba9be5ea792ecc91ce186afc91c7b14f95ef17d5 /dashboard/Yardstick-TC011-1456495954966
parent85899baa90714ae15add21a330316793071168ae (diff)
[bugfix] docker build failed in hunter due to storperf version
storperf do not have hunter branch, so it need to be set as stable/gambia JIRA: YARDSTICK-1610 Change-Id: I818396c46ce165019159b9852abb02f176507ac0 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit e6d688c6585e976010dc9c5b3a051613171a8ddc)
Diffstat (limited to 'dashboard/Yardstick-TC011-1456495954966')
0 files changed, 0 insertions, 0 deletions
tring.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "name": "yard-stick-gui2",
  "version": "0.0.0",
  "dependencies": {
    "angular": "^1.4.0",
    "bootstrap": "^3.2.0",
    "angular-strap": "^2.3.12",
    "angular-ui-router": "^1.0.3",
    "angular-animate": "^1.6.4",
    "angular-breadcrumb": "^0.5.0",
    "angular-wizard": "^0.10.0",
    "angular-resource": "^1.6.4",
    "ng-file-upload": "^12.2.13",
    "AngularJS-Toaster": "angularjs-toaster#^2.1.0",
    "ng-dialog": "^1.3.0",
    "angularUtils-pagination": "angular-utils-pagination#^0.11.1",
    "components-font-awesome": "^4.7.0",
    "ngstorage": "^0.3.11",
    "v-accordion": "^1.6.0",
    "angular-loading": "^0.1.4",
    "angular-bootstrap": "^2.5.0",
    "angular-sanitize": "^1.6.5"
  },
   "resolutions": {
    "angular": "~1.6.x"
  },
  "devDependencies": {
    "angular-mocks": "^1.4.0"
  },
  "appPath": "app",
  "moduleName": "yardStickGui2App",
  "overrides": {
    "bootstrap": {
      "main": [
        "less/bootstrap.less",
        "dist/css/bootstrap.css",
        "dist/js/bootstrap.js"
      ]
    },
    "angular-loading": {
      "main": [
        "angular-loading.css",
        "angular-loading.js",
        "../spin.js/spin.js"
      ]
    }
  }
}