Skip to content

Commit 597aece

Browse files
authored
Merge pull request apolloconfig#1326 from lepdou/logo
add apollo log
2 parents a8112a8 + f2e4921 commit 597aece

File tree

12 files changed

+2
-3
lines changed

12 files changed

+2
-3
lines changed
Loading
Binary file not shown.

apollo-portal/src/main/resources/static/login.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@
244244
<div class="row">
245245
<div class="col-lg-12">
246246
<form id="login-form" action="/signin" method="post" role="form" style="display: block;">
247-
<h2 class="text-center">Apollo配置中心</h2>
248-
247+
<p class="text-center"><img src="img/apollo-logo-all.png" style="width: 284px; height:75px; "></p>
249248
<div class="form-group">
250249
<input type="text" name="username" tabindex="1" class="form-control"
251250
placeholder="Username" value="">

apollo-portal/src/main/resources/static/views/common/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ng-show="viewMode == 2 && showSideBar"
1515
ng-click="showSideBar = !showSideBar">
1616
<a class="navbar-brand logo" href="/">
17-
<b>Apollo 配置中心</b>
17+
<img src="../../img/logo-simple.png" style="width:131px;height:45px; margin-top: -13px">
1818
</a>
1919
</div>
2020
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

doc/images/logo/logo-detail.png

60.5 KB
Loading

doc/images/logo/logo-img-min.png

-24.4 KB
Binary file not shown.
File renamed without changes.

doc/images/logo/logo-max.jpeg

-681 KB
Binary file not shown.

doc/images/logo/logo-min.jpeg

-19.6 KB
Binary file not shown.

doc/images/logo/logo-simple.png

24 KB
Loading

0 commit comments

Comments
 (0)