Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16787 | Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16787 Rev 16791
Línea 207... Línea 207...
207
            'accept': 'application/json',
207
            'accept': 'application/json',
208
            'method': 'get',
208
            'method': 'get',
209
            'url': '$routeDatatable',
209
            'url': '$routeDatatable',
210
        }).done(function(response) {
210
        }).done(function(response) {
211
            if (response['success']) {
211
            if (response['success']) {
212
                if(response['data']['items'].length == 0) {
-
 
213
                    $('#divNoRecordsAvailable').show();
-
 
214
                } else {
-
 
215
                    $('#divNoRecordsAvailable').hide();
-
 
216
 
-
 
217
                }
-
 
218
                
-
 
219
                dataactions = [];
212
                dataactions = [];
220
 
-
 
221
 
-
 
222
                datasource = {
213
                datasource = {
223
                    'uuid' : 'n-a',
214
                    'uuid' : 'n-a',
224
                    'name' : '$company_name',
215
                    'name' : '$company_name',
225
                    'children' : [
216
                    'children' : [
Línea 785... Línea 776...
785
    $('#select-competency').select2({
776
    $('#select-competency').select2({
786
        theme: 'bootstrap4',
777
        theme: 'bootstrap4',
787
        width: '100%',
778
        width: '100%',
788
    });
779
    });
Línea 789... Línea 780...
789
 
780
 
790
    $('#boss_id').select2({
781
    $('#job_description_id_boss').select2({
791
        theme: 'bootstrap4',
782
        theme: 'bootstrap4',
792
        width: '100%',
783
        width: '100%',
Línea 825... Línea 816...
825
    <div class="container-fluid">
816
    <div class="container-fluid">
826
        <div class="row">
817
        <div class="row">
827
            <div class="col-12">
818
            <div class="col-12">
828
                <div class="card">
819
                <div class="card">
829
                    <div class="card-body">
820
                    <div class="card-body">
830
                   	  <div id="divNoRecordsAvailable" class="text-center" style="display: none"><h3>LABEL_NO_RECORDS_AVAILABLE</h3></div>
-
 
831
                   	
-
 
832
                   	<!-- 
-
 
833
                   	; scroll: auto; overflow: auto;
-
 
834
                   	 -->
-
 
835
                   	 <div id="chart-container" style="width: 100%; height: 600px">
821
						<div id="chart-container" style="width: 100%; height: 600px">
836
 
-
 
837
 
-
 
838
 
-
 
839
            	
-
 
840
            		 </div>
822
            		 	</div>
841
                        
-
 
842
                 
-
 
843
            
-
 
844
                    </div>
823
                    </div>
845
                    <div class="card-footer clearfix">
824
                    <div class="card-footer clearfix">
846
                		<div  style="float:right;" >
825
                		<div  style="float:right;" >
847
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
826
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
848
                            <?php if ($allowAdd) : ?>
827
                            <?php if ($allowAdd) : ?>