Skip to content

Commit

Permalink
Perbaikan order pada modul jabatan (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
arifpriadi authored Jun 14, 2024
1 parent 3364a11 commit 43b0393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions catatan_rilis.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Di rilis versi v2406.1.0 di versi ini terdapat [untuk diisi] dan perbaikan lain
4. [#963](https://github.com/OpenSID/OpenDK/issues/963) Perbaikan slug pada menu.
5. [#961](https://github.com/OpenSID/OpenDK/issues/961) Perbaikan ubah profil saat data desa sudah ada.
6. [#966](https://github.com/OpenSID/OpenDK/issues/966) Perbaikan order pada modul pengurus.
7. [#967](https://github.com/OpenSID/OpenDK/issues/967) Perbaikan order pada modul jabatan.


#### TEKNIS
Expand Down
5 changes: 3 additions & 2 deletions resources/views/data/jabatan/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<table class="table table-striped table-bordered" id="jabatan-table">
<thead>
<tr>
<th style="max-width: 150px;">Aksi</th>
<th style="width: 5%;">Aksi</th>
<th>Nama</th>
<th>Tupoksi</th>
</tr>
Expand Down Expand Up @@ -65,7 +65,8 @@ class: 'text-center',
data: 'tupoksi',
name: 'tupoksi'
},
]
],
aaSorting: [],
});
});
</script>
Expand Down

0 comments on commit 43b0393

Please sign in to comment.