Ver código fonte

style(webui): remove unnoecessary table head

Mustafa Arici 7 anos atrás
pai
commit
174991048e

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
bindata/bindata.go


Diferenças do arquivo suprimidas por serem muito extensas
+ 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>

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
webui/ovpm/public/bundle.js


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff