Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.117.145.188
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 /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
main.js
937
B
-rw-rw-rw-
2020-02-14 07:54
utils.js
90
B
-rw-rw-rw-
2020-02-14 07:54
vue.js
334.13
KB
-rw-rw-rw-
2020-02-14 07:54
vue.min.js
91.47
KB
-rw-rw-rw-
2020-02-14 07:54
Save
Rename
import Welcome from '../sections/Welcome.js' import System from '../sections/System.js' import Tasks from '../sections/Tasks.js' import Install from '../sections/Install.js' import Upgrade from '../sections/Upgrade.js' import SelectVersion from '../sections/SelectVersion.js' import Account from '../sections/Account.js' import ShowConfig from '../sections/ShowConfig.js' import Success from '../sections/Success.js' new Vue({ el: '#app', components: { Welcome, System, Tasks, Install, Upgrade, SelectVersion, Account, ShowConfig, Success }, data() { return { section: 'welcome', lastSection: '' } }, methods: { selectTask(task) { this.section = task }, setSection(current, last) { this.section = current this.last = last } } })