Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.07 KB

Lucee Administrator Scheduled Tasks Bootstrap UI

This is a ColdBox module for creating a front-end user interface based on Bootstrap 4 and jQuery that manages the server scheduled tasks, copying the Lucee Administrator functionality but within a ColdBox app.

Installation

Run the following commands from CommandBox at the root of your ColdBox site.

Install from ForgeBox:

install lucee-scheduled-tasks

Install directly from Github:

install evagoras/lucee-scheduled-tasks

Layout

The module uses your application's default main layout by inheritance. If you want to create a custom layout then rename the file /layouts/Main-RenameToUse.cfm and adjust it to your liking.

Interface

List of Tasks

http://localhost/scheduledtasks List of Tasks

Add a New Task

http://localhost/scheduledtasks/home/new Add a New Task