Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.148.233.130
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
elibrary /
installxx /
components /
Delete
Unzip
Name
Size
Permission
Date
Action
Button.js
1.15
KB
-rw-rw-rw-
2020-02-14 07:54
Features.js
1.41
KB
-rw-rw-rw-
2020-02-14 07:54
Logo.js
1.99
KB
-rw-rw-rw-
2020-02-14 07:54
SlimsText.js
113
B
-rw-rw-rw-
2020-02-14 07:54
SlimsTextVertical.js
202
B
-rw-rw-rw-
2020-02-14 07:54
Version.js
119
B
-rw-rw-rw-
2020-02-14 07:54
Save
Rename
export default { name: 'Features', data() { return { features: [ { head: 'The Power of Open Source', body: 'No cost needed. Just Download.' }, { head: 'Bibliography', body: 'Input data, faster, with peer-to-peer copy cataloguing.' }, { head: 'Patron', body: 'Make your library card, instantly.' }, { head: 'Report', body: 'Robust reporting. Print it or easily convert to CSV.' }, { head: 'Stock Opname', body: 'Inventory check with style. As easy as ABC.' }, { head: 'Serial Control', body: 'Make list of your serials subscription.' }, { head: 'More Features', body: 'Get started, try it and have fun. You’ll find paradise ;)' } ] } }, template: `<div class="flex flex-col justify-center h-full"> <div v-for="feature in features" class="pb-4"> <h2 class="font-medium uppercase">{{feature.head}}</h2> <p class="text-sm text-gray-700">{{feature.body}}</p> </div> </div>` }