Anthony Lapenna
|
6609c2e928
|
style(container-details): review responsiveness for the join network section
|
2017-06-29 16:04:49 +02:00 |
Adam Snodgrass
|
a161d25d48
|
feat(container-details): add section to join networks (#927)
|
2017-06-29 15:49:35 +02:00 |
Anthony Lapenna
|
08c5a5a4f6
|
feat(registries): add registry management (#930)
|
2017-06-20 13:00:32 +02:00 |
Anthony Lapenna
|
5523fc9023
|
feat(global): introduce user teams and new UAC system (#868)
|
2017-05-23 20:56:10 +02:00 |
Anthony Lapenna
|
0ba6645df0
|
fix(container-details): fix an issue with duplicate env var (#863)
|
2017-05-18 23:17:39 +02:00 |
Thomas Krzero
|
5a07638f4d
|
fix(container) - correct since date for created containers (#822)
|
2017-04-27 19:40:37 +01:00 |
Thomas Krzero
|
e70817f776
|
feat(containers): show health status of containers (#622)
|
2017-04-25 10:09:06 +01:00 |
Thomas Krzero
|
ac872b577a
|
feat(containers) - Add the ability to force remove a container with confirmation (#814)
|
2017-04-25 09:20:57 +01:00 |
Anthony Lapenna
|
c243a02e7a
|
feat(UX): UX/responsiveness enhancements
|
2017-03-27 14:44:39 +02:00 |
Anthony Lapenna
|
ab91ffe12c
|
style(containers): use the same action sequence for container-details and containers (#707)
|
2017-03-20 17:39:53 +01:00 |
Anthony Lapenna
|
e2fc8af87a
|
feat(ux): add the ability to change the number of paginated items on all entity tables (#537)
|
2017-01-24 14:28:40 +13:00 |
Matthew Strickland
|
59f1a2f673
|
feat(templates): display container restart policy in container dashboard (#434) (#435)
|
2017-01-04 19:49:04 +13:00 |
Paul Kling
|
edeed41797
|
#186 feat(container): bind the enter key when renaming container (#385)
|
2016-12-25 08:53:57 +13:00 |
Anthony Lapenna
|
913c580340
|
feat(UX): add pagination for all object lists (#352)
|
2016-11-17 21:50:46 +09:00 |
Glowbal
|
715638e368
|
feat(container-details): show list of joined networks (#303)
- Add overview of joined networks in container view
- Add option ot leave a joined network
|
2016-11-07 17:36:00 +13:00 |
Glowbal
|
eabf1f10e4
|
feat(navigation): add clickable url in breadcrumbs
|
2016-11-02 18:14:52 +13:00 |
Anthony Lapenna
|
bf6c9c8b3b
|
refactor(style): refactor multiple similar css classes
|
2016-10-27 21:33:39 +13:00 |
Anthony Lapenna
|
b623a5d452
|
style(ui): use fa-server icon instead of fa-tasks for container entity
|
2016-09-23 17:19:57 +12:00 |
Anthony Lapenna
|
faccf2a651
|
feat(container): container view overhaul (#150)
|
2016-08-19 18:41:45 +12:00 |
Anthony Lapenna
|
7b72da857f
|
feat(ui): format all dates to use ISO8601
|
2016-08-10 16:04:19 +12:00 |
Anthony Lapenna
|
1aaa5acbef
|
feat(global): add container exec support (#97)
|
2016-08-03 15:12:53 +12:00 |
Anthony Lapenna
|
50391c87e2
|
feat(ui): replace ViewSpinner with JQuery animations (#43)
|
2016-07-07 13:17:44 +12:00 |
Anthony Lapenna
|
227e5883e9
|
feat(ui): new container creation view (#29)
|
2016-07-06 12:19:09 +12:00 |
Anthony Lapenna
|
a12c1916ec
|
switch to angular-ui-router (#11)
|
2016-06-14 14:13:52 +12:00 |
Anthony Lapenna
|
791e069a4c
|
Added header directive and updated breadcrumb in each view (#8)
|
2016-06-08 18:23:11 +12:00 |
Anthony Lapenna
|
0f51cb66e0
|
Rdash theme integration (#1)
* Adding latest build to dist.
* Adding latest build to dist.
* Bump other app version.
* Build latest changes.
* Bump version to 0.7.0.
* Version bump to 0.9.0-beta and remote API 1.20.
* Whoah there, back down to 0.8.0-beta.
* Merge branch 'crosbymichael-master' into crosbymichael-dist
* Add volume options in volume creation form
* display swarm cluster information in Swarm tab
* update LICENSE
* update repository URL in status bar
* remove console logs
* do not display Swarm containers anywhere in the UI
* update position for add/remove option on Volumes page
* compliant with swarm == 1.2.0 API support
* update nginx-basic-auth examples with latest nginx and swarm example
* Updated .gitignore
* update .gitignore
* reverted entry for dist/uifordocker in .gitignore
* WIP
* fix linter issues
* added logo
* update repository URL
* update .gitignore (ignore dist/*)
* add lodash
* add containers actions binding (start, stop...)
* replace image icon
* bind remove image action
* bind network remove action
* bind volume remove action
* update logo
* wip on container details
* update logo scaling, favicon and page title
* wip container view
* add containers actions in container view
* add image view
* add network view
* remove useless data in tables
* add pull image, create network modals
* add create volume modal
* update style for createVolume options
* add start container modal
* create volume modal now use a select to display drivers
* add container stats
* add containerTop view in stats view
* fix trimcontainername filter
* add container logs view
* updated .gitignore
* remove useless files/modules
* remove useless chart in image view
* replace $location usage with $state.go
* remove useless swarm example
|
2016-06-02 17:34:03 +12:00 |
Erwin Molendijk
|
194aa9a750
|
Fixed: Show actual port bindings
|
2016-03-21 11:13:21 +01:00 |
Roman Usachev
|
50d33a07df
|
Filesystem binds edit
|
2016-02-24 03:13:24 +03:00 |
Roman Usachev
|
fc0dedfda7
|
Ports list now using HostConfig.PortBindings
|
2016-02-24 01:34:20 +03:00 |
Roman Usachev
|
35dbacdfff
|
Port bindings edit, HostConfig fix
|
2016-02-23 20:47:21 +03:00 |
Roman Usachev
|
ad0d23d686
|
Container env vars editing using commit and recreate
|
2016-02-22 09:10:16 +03:00 |
Kevan Ahlquist
|
786b94b285
|
Allow running containers to be committed.
|
2016-02-16 00:09:12 -06:00 |
Charlie Murray
|
f62cb483ce
|
Use NetworkSettings.Ports rather than HostConfig.PortBindings to diplay host port bindings
|
2016-01-18 11:05:08 +00:00 |
Kevan Ahlquist
|
640c0b39c1
|
Add labels to container start and display.
|
2015-11-26 22:33:41 -06:00 |
Kevan Ahlquist
|
c57a75f78f
|
Merge branch 'master' into stats
Conflicts:
app/components/containers/containers.html
app/components/images/images.html
|
2015-09-09 22:55:07 -05:00 |
Janne Heß
|
a79c26a7a4
|
Rename save button when renaming container
Closes #120
|
2015-09-03 13:00:43 +02:00 |
Kevan Ahlquist
|
b7daf91723
|
Current progress on stats page, nonfunctional.
|
2015-08-25 00:55:54 -05:00 |
Kevan Ahlquist
|
c0ae0d8d3f
|
Merge branch 'crosbymichael-master' into bharat-add-commit
Conflicts:
app/components/container/container.html
|
2015-05-14 01:01:26 -05:00 |
Bharath Thiruveedula
|
968efed6c3
|
Adding commit button
|
2015-05-12 22:23:19 +05:30 |
Fredin, Brock
|
c10dc38a89
|
Restart Feature - Implementing restart feature for single containers
|
2015-05-12 00:52:12 -05:00 |
Houssem BELHADJ AHMED
|
ede37e2e79
|
Add Docker top feature
|
2015-03-31 23:37:03 +02:00 |
Houssem BELHADJ AHMED
|
c971189286
|
Add rename feature
|
2015-03-12 22:28:01 +01:00 |
Kevan Ahlquist
|
65d0b0110d
|
Consume image IDs that contain slashes, fix container port labels, be nicer about old browsers.
|
2015-02-13 01:13:04 -06:00 |
Kevan Ahlquist
|
ab2819addd
|
Cleaned up linter errors.
|
2015-01-03 18:39:40 -06:00 |
Kevan Ahlquist
|
b70b3f3100
|
Added module for container logs.
|
2014-12-15 16:26:10 -06:00 |
Kevan Ahlquist
|
c09dfc1276
|
Move container to its own submodule.
|
2014-11-12 11:48:13 -06:00 |