Sha256: d148a340189e010fc1f7516034d1eb0dc8652830600519b8825a172a769e98f7

Contents?: true

Size: 881 Bytes

Versions: 16

Compression:

Stored size: 881 Bytes

Contents

# Bastion: The Katello UI Engine #

Bastion is a single page AngularJS based web client for the Katello server. This means that all Bastion "pages" are served from a single static page without the need for a round trip to the server.
All URLs are relative to the application root, `/content-hosts` and `/content_views`, for example, are able to be bookmarked, and work with the browser's back button.
The only real difference, as far as the user is concerned, is that the application is much quicker between Bastion "page loads" since only the HTML needed to render the next page is loaded instead of the entire page.

# Running tests:

```
cd ./engines/bastion_katello
sudo npm install -g grunt-cli
npm install
```

```
grunt ci
```


## Contributing ##
We welcome contributions, please see the Bastion [developer guide](https://github.com/Katello/bastion/blob/master/README.md).

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-3.15.3.1 engines/bastion_katello/README.md
katello-3.15.3 engines/bastion_katello/README.md
katello-3.15.2 engines/bastion_katello/README.md
katello-3.15.1.1 engines/bastion_katello/README.md
katello-3.15.1 engines/bastion_katello/README.md
katello-3.15.0.1 engines/bastion_katello/README.md
katello-3.15.0 engines/bastion_katello/README.md
katello-3.15.0.rc2 engines/bastion_katello/README.md
katello-3.15.0.rc1.3 engines/bastion_katello/README.md
katello-3.15.0.rc1.2 engines/bastion_katello/README.md
katello-3.15.0.rc1.1 engines/bastion_katello/README.md
katello-3.15.0.rc1 engines/bastion_katello/README.md
katello-3.14.1 engines/bastion_katello/README.md
katello-3.14.0 engines/bastion_katello/README.md
katello-3.14.0.rc2 engines/bastion_katello/README.md
katello-3.14.0.rc1 engines/bastion_katello/README.md