소스 검색

style(webui): remove unnoecessary table head

Mustafa Arici 7 년 전
부모
커밋
174991048e
5개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      bindata/bindata.go
  2. 0 0
      template/bundle.js
  3. 1 1
      webui/ovpm/app/api.js
  4. 1 1
      webui/ovpm/app/components/Dashboard/AdminDashboard/index.jsx
  5. 0 0
      webui/ovpm/public/bundle.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
bindata/bindata.go


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
template/bundle.js


+ 1 - 1
webui/ovpm/app/api.js

@@ -1,7 +1,7 @@
 export var baseURL = window.location.protocol + "//" + window.location.host + "/api/v1"
 
 if (process.env.NODE_ENV !== 'production') {
-    baseURL = "http://192.168.14.181:8080/api/v1" // local pc external ip
+    baseURL = "http://172.16.16.53:8080/api/v1" // local pc external ip
 }
 
 export const endpoints = {

+ 1 - 1
webui/ovpm/app/components/Dashboard/AdminDashboard/index.jsx

@@ -533,7 +533,7 @@ export default class AdminDashboard extends React.Component {
                                     <table className="mui-table mui-table--bordered mui--text-justify">
                                         <thead>
                                             <tr>
-                                                <th>#</th>
+                                                <th></th>
                                                 <th>USERNAME</th>
                                                 <th>IP</th>
                                                 <th>CREATED AT</th>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
webui/ovpm/public/bundle.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.