File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
resources/themes/pterodactyl Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 <div class =" box-tools" >
3232 <form action =" {{ route (' admin.nodes' ) } }" method =" GET" >
3333 <div class =" input-group input-group-sm" >
34- <input type =" text" name =" query" class =" form-control pull-right" style = " width : 30 % ; " value =" {{ request ()-> input (' query' ) } }" placeholder =" Search Nodes" >
34+ <input type =" text" name =" query" class =" form-control pull-right" value =" {{ request ()-> input (' query' ) } }" placeholder =" Search Nodes" >
3535 <div class =" input-group-btn" >
3636 <button type =" submit" class =" btn btn-default" ><i class =" fa fa-search" ></i ></button >
3737 <a href =" {{ route (' admin.nodes.new' ) } }" ><button type =" button" class =" btn btn-sm btn-primary" style =" border-radius : 0 3px 3px 0 ;margin-left :-1px ;" >Create New</button ></a >
Original file line number Diff line number Diff line change 2626 <div class =" box-tools" >
2727 <form action =" {{ route (' admin.packs' ) } }" method =" GET" >
2828 <div class =" input-group input-group-sm" >
29- <input type =" text" name =" query" class =" form-control pull-right" style = " width : 30 % ; " value =" {{ request ()-> input (' query' ) } }" placeholder =" Search Packs" >
29+ <input type =" text" name =" query" class =" form-control pull-right" value =" {{ request ()-> input (' query' ) } }" placeholder =" Search Packs" >
3030 <div class =" input-group-btn" >
3131 <button type =" submit" class =" btn btn-default" ><i class =" fa fa-search" ></i ></button >
3232 <a href =" {{ route (' admin.packs.new' ) } }" ><button type =" button" class =" btn btn-sm btn-primary" style =" border-radius : 0 3px 3px 0 ;margin-left :-1px ;" >Create New</button ></a >
Original file line number Diff line number Diff line change 2626 <div class =" box-tools" >
2727 <form action =" {{ route (' admin.servers' ) } }" method =" GET" >
2828 <div class =" input-group input-group-sm" >
29- <input type =" text" name =" query" class =" form-control pull-right" style = " width : 30 % ; " value =" {{ request ()-> input (' query' ) } }" placeholder =" Search Servers" >
29+ <input type =" text" name =" query" class =" form-control pull-right" value =" {{ request ()-> input (' query' ) } }" placeholder =" Search Servers" >
3030 <div class =" input-group-btn" >
3131 <button type =" submit" class =" btn btn-default" ><i class =" fa fa-search" ></i ></button >
3232 <a href =" {{ route (' admin.servers.new' ) } }" ><button type =" button" class =" btn btn-sm btn-primary" style =" border-radius : 0 3px 3px 0 ;margin-left :-1px ;" >Create New</button ></a >
Original file line number Diff line number Diff line change 2626 <div class =" box-tools" >
2727 <form action =" {{ route (' admin.users' ) } }" method =" GET" >
2828 <div class =" input-group input-group-sm" >
29- <input type =" text" name =" query" class =" form-control pull-right" style = " width : 30 % ; " value =" {{ request ()-> input (' query' ) } }" placeholder =" Search" >
29+ <input type =" text" name =" query" class =" form-control pull-right" value =" {{ request ()-> input (' query' ) } }" placeholder =" Search" >
3030 <div class =" input-group-btn" >
3131 <button type =" submit" class =" btn btn-default" ><i class =" fa fa-search" ></i ></button >
3232 <a href =" {{ route (' admin.users.new' ) } }" ><button type =" button" class =" btn btn-sm btn-primary" style =" border-radius : 0 3px 3px 0 ;margin-left :-1px ;" >Create New</button ></a >
Original file line number Diff line number Diff line change 2626 <div class =" box-tools" >
2727 <form action =" {{ route (' index' ) } }" method =" GET" >
2828 <div class =" input-group input-group-sm" >
29- <input type =" text" name =" query" class =" form-control pull-right" style = " width : 30 % ; " value =" {{ request ()-> input (' query' ) } }" placeholder =" @lang (' strings.search' )" >
29+ <input type =" text" name =" query" class =" form-control pull-right" value =" {{ request ()-> input (' query' ) } }" placeholder =" @lang (' strings.search' )" >
3030 <div class =" input-group-btn" >
3131 <button type =" submit" class =" btn btn-default" ><i class =" fa fa-search" ></i ></button >
3232 </div >
You can’t perform that action at this time.
0 commit comments