Commit c79ca69df4df122a57dc08cf564fe23819043033

Authored by trainee
1 parent 9b084b74
Exists in master

แก้ไอคอนไตเติ้ล ชื่อไตเติ้ล ชื่อแท็บ

src/app/dashboard/dashboard.component.html
... ... @@ -6,7 +6,7 @@
6 6 <div class="tabbable-custom nav-justified">
7 7 <ul class="nav nav-tabs">
8 8 <li class="active sbold font">
9   - <a href="#tab1" data-toggle="tab" aria-expanded="true">Active</a>
  9 + <a href="#tab1" data-toggle="tab" aria-expanded="true">ติดตั้ง</a>
10 10 </li>
11 11 <li class="sbold">
12 12 <a href="#tab2" data-toggle="tab" aria-expanded="false">page 2</a>
... ...
src/index.html
... ... @@ -2,7 +2,7 @@
2 2 <html lang="en">
3 3 <head>
4 4 <meta charset="utf-8">
5   - <title>TestApi</title>
  5 + <title>smartzone</title>
6 6  
7 7 <base href="/">
8 8 <!-- <base href="/home/smartzone-home/dist/test-api/"> -->
... ... @@ -22,7 +22,7 @@
22 22 <link href="assets/layouts/layout/css/layout.min.css" rel="stylesheet" type="text/css" />
23 23 <link href="assets/layouts/layout/css/themes/darkblue.min.css" rel="stylesheet" type="text/css" id="style_color" />
24 24 <link href="assets/layouts/layout/css/custom.min.css" rel="stylesheet" type="text/css" />
25   - <link rel="icon" type="image/x-icon" href="favicon.ico">
  25 + <link rel="icon" type="image/png" href="http://simpleicon.com/wp-content/uploads/home-2.png">
26 26 </head>
27 27 <body class="page-header-fixed page-sidebar-closed-hide-logo page-content-white">
28 28 <app-root></app-root>
... ...