🔒 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!
 
Status
Not open for further replies.

About this Thread

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

Online now

Members online
1,206
Guests online
1,421
Total visitors
2,627

Forum statistics

Threads
2,291,934
Posts
29,073,618
Members
1,210,110
Latest member
pinkfloyd570
Back
Top