🔒 Closed User list button ocs panel

Status
Not open for further replies.

kalma26

Forum Veteran
ok guys not totally fix temporary lang

note sa theme na style phc lang to gagana

locate : /home/vps/public_html/view/admin/servers.html

replace all!

and insert this code
HTML:
<div class="page-wrapper" style="min-height: 496px;">
  <div class="content container-fluid">
    <div class="row">
      <div class="col-xs-10">
        <h4 class="page-title">Server List</h4>
      </div>
      <div class="col-xs-2">
        <a href="{{ @URI }}/add" class="btn btn-info pull-right"><i class="fa fa-plus fa-fw"></i> Add Server</a>
      </div>
    </div>
    <div class="row">
      <check if="{{ @message }}">     
        <div class="alert alert-{{ @message['type'] }} alert-dismissible">
        <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
        <i class="icon fa fa-info"></i>
          {{ @message['data'] }}
        </div>
      </check>
      <repeat group="{{ @servers }}" value="{{ @server }}">
        <div class="col-sm-6 col-md-4 col-lg-3">
          <div class="panel panel-noypi">
            <div class="panel-heading">
              <h3 class="panel-title"><i class="icon fa fa-server"></i> {{ @server->servername }} {{ @server->active==1?'':'( Locked )'}}</h3>
            </div>
            <div class="panel-body">
              <table class="table table-white">
                  <tr>
                      <td><b>Location</b></td><td>{{ @server->country }}</td>
                  </tr>
                  <tr>
                      <td><b>Protocol</b></td><td>TCP</td>
                  </tr>
                  <tr>
                      <td><b>Host Address</b></td><td>{{ @server->host }}</td>
                  </tr>
                  <tr>
                      <td><b>OpenSSH Port</b></td><td>{{ @server->openssh }}</td>
                  </tr>
                  <tr>
                      <td><b>Dropbear Port</b></td><td>{{ @server->dropbear }}</td>
                  </tr>
                  <tr>
                      <td><b>Squid Port</b></td><td>{{ @server->info }}</td>
                  </tr>
                  <tr>
                      <td><b>Torrent Allow</b></td><td>{{ @server->badvpn }}</td>
                  </tr>
                  <tr>
                      <td><b>Validity</b></td><td>7 Days</td>
                  </tr>
              </table>
            </div>
            <div class="panel-footer" align="right">
              <a href="{{ @URI.'/'.@server->id }}" class="btn btn-primary btn-sm"><i class="fa fa-edit fa-fw"></i> Edit</a>
              <a href="{{ @URI.'/'.@server->id }}/account" class="btn btn-danger"><i class="fa fa-group fa-fw"></i>User List</a>
            </div>
          </div>
        </div>
      </repeat>
    </div>
  </div>
</div>


tapos upload mo mga to You do not have permission to view the full content of this post. Log in or register now.

dito /home/vps/public_html/view/admin/ here!
 
provide picture paps
Screenshot_20180424-091315.webp Screenshot_20180424-091334.webp
ok na ba? to
 
Status
Not open for further replies.

About this Thread

  • 13
    Replies
  • 3K
    Views
  • 9
    Participants
Last reply from:
armeni0n12

Online now

Members online
767
Guests online
1,311
Total visitors
2,078

Forum statistics

Threads
2,274,088
Posts
28,953,583
Members
1,235,058
Latest member
Xhibit22
Back
Top