整理代码

This commit is contained in:
李立 2018-01-11 10:05:33 +08:00
parent c276f69de4
commit 456dee0be2
4 changed files with 43 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -249,7 +249,7 @@ gulp.task('connect', ['watch'], function() {
}, {
proto: "http",
port: "9001",
hostname: "192.168.191.120", //hostname:"127.0.0.1"
hostname: "192.168.191.100", //hostname:"127.0.0.1"
path: '/java/console/api',
targetPath: "/"
}];

Binary file not shown.

View File

@ -0,0 +1,38 @@
<div ng-controller="Developer.HomeController">
<div class="jumbotron">
<h1>Perspectives</h1>
<p>
Please choose the perspective you would like to use:
</p>
</div>
<div class="row">
<div class="col-md-6">
<p class="text-center">
<a class="btn btn-lg btn-primary" href="/workspaces" role="button"
title="Create or work on Projects">
<i class="fa fa-tasks"></i>
&nbspDevelop 禄
</a>
</p>
<p class="text-center">
Work on projects and source code
</p>
</div>
<div class="col-md-6">
<p class="text-center">
<a class="btn btn-lg btn-primary" href="/namespaces" role="button"
title="Look around the various Namespaces at running Pods and Services">
<i class="fa fa-cubes"></i>
&nbsp;Operate 禄
</a>
</p>
<p class="text-center">
Manage and run Pods and Services
</p>
</div>
</div>
</div>